2010-02-19 |
Brendan Eich | Don't mutate a used name node that has been deoptimized...
|
commit | commitdiff | tree |
2010-02-19 |
Brendan Eich | Don't mutate a used name node that has been deoptimized...
|
commit | commitdiff | tree |
2010-02-19 |
Brendan Eich | Fix funarg analysis to cope with escaping kids of a...
|
commit | commitdiff | tree |
2010-02-11 |
Brendan Eich | Fix two subtle bugs to-do with partial flat closures...
|
commit | commitdiff | tree |
2010-02-11 |
Brendan Eich | Fix orange in wake of patch for bug 542002.
|
commit | commitdiff | tree |
2010-02-10 |
Brendan Eich | Bug 542002 - Optimize to flat closures even if some...
|
commit | commitdiff | tree |
2010-02-05 |
Brendan Eich | Fix property cache hit guarding to-do with the global...
|
commit | commitdiff | tree |
2010-02-02 |
Brendan Eich | Add jstests.list entry for regress-541455.js.
|
commit | commitdiff | tree |
2010-02-02 |
Brendan Eich | Add test for 541455.
|
commit | commitdiff | tree |
2010-02-01 |
Brendan Eich | Cleanup pass on bug 543119 (r=vlad).
|
commit | commitdiff | tree |
2010-01-22 |
Brendan Eich | Bug 541455 - Do not drop "mumble"; would-be directives...
|
commit | commitdiff | tree |
2010-01-21 |
Brendan Eich | Bug 540774: "Assertion failure: top < StackDepth(ss...
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Another followup for 536564, assertion fix.
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Fast followup fix for thinko (536564, r=jorendorff).
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Skip regress-324278.js now, revert it to prev version...
|
commit | commitdiff | tree |
2010-01-14 |
Brendan Eich | Analyze module pattern and private-statics pattern...
|
commit | commitdiff | tree |
2010-01-12 |
Brendan Eich | Bug 538593 - guardClass always does a JS_snprintf even...
|
commit | commitdiff | tree |
2010-01-11 |
Brendan Eich | Fix warnings (precog r=vlad).
|
commit | commitdiff | tree |
2010-01-07 |
Brendan Eich | Bug 513291 - JSOP_INITPROP should insist obj has own...
|
commit | commitdiff | tree |
2010-01-07 |
Brendan Eich | Bug 533258 - "Assertion failure: hasMethodBarrier(...
|
commit | commitdiff | tree |
2010-01-06 |
Brendan Eich | ES5-conformance fix to make a new RegExp for each regexp...
|
commit | commitdiff | tree |
2010-01-04 |
Brendan Eich | ES5-conformance fix to make a new RegExp for each regexp...
|
commit | commitdiff | tree |
2009-12-30 |
Brendan Eich | Merge.
|
commit | commitdiff | tree |
2009-12-30 |
Brendan Eich | Bug 537204 - No more BOGUS_CX bogosities (r=jwalden).
|
commit | commitdiff | tree |
2010-01-05 |
Brendan Eich | Disassemble function upvars a bit (496921, r=mrbkap).
|
commit | commitdiff | tree |
2010-02-05 |
Brendan Eich | Push fix for 543565 for alpha.
|
commit | commitdiff | tree |
2009-12-17 |
Brendan Eich | Bug 533705 - Lock proto-scope around canProvideEmptyScope...
|
commit | commitdiff | tree |
2009-12-13 |
Brendan Eich | Remove sporadic else after return (534364 followup).
|
commit | commitdiff | tree |
2009-12-09 |
Brendan Eich | Fix JSOP_INITMETHOD to use correct JSScope method ...
|
commit | commitdiff | tree |
2009-12-04 |
Brendan Eich | Bleah.
|
commit | commitdiff | tree |
2009-12-04 |
Brendan Eich | Add JSOP_ENUMELEM to gigundo-assert in LeaveTree (532787...
|
commit | commitdiff | tree |
2009-12-03 |
Brendan Eich | Test for last checkin (532043).
|
commit | commitdiff | tree |
2009-12-03 |
Brendan Eich | Trace JSOP_ENUMELEM, for the group-assignment special...
|
commit | commitdiff | tree |
2009-12-03 |
Brendan Eich | Extra assertions, control flow cleanup in putProperty...
|
commit | commitdiff | tree |
2009-12-01 |
Brendan Eich | Fix js_FindDuplicateFormal to crack the fun->u.i.names...
|
commit | commitdiff | tree |
2009-11-25 |
Brendan Eich | Tolerate race condition or broken resolve hook (530507...
|
commit | commitdiff | tree |
2009-11-24 |
Brendan Eich | Undo hackaround for bug 529837.
|
commit | commitdiff | tree |
2009-11-24 |
Brendan Eich | Undo hackaround for bug 529837.
|
commit | commitdiff | tree |
2009-11-21 |
Brendan Eich | Bye-bye middle-deletes and their O(n^2) worst case...
|
commit | commitdiff | tree |
2009-11-20 |
Brendan Eich | Test branded *and* hasMethodBarrier consistently, and...
|
commit | commitdiff | tree |
2009-11-19 |
Brendan Eich | Disabling the joined method optimization from bug 524826...
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Fix uninitialized var bug (529679, r=jorendorff).
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Fix method barrier not to brand, period (branding withou...
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Fix method barrier not to brand, period (branding without...
|
commit | commitdiff | tree |
2009-11-19 |
Brendan Eich | Beware CALLEE_UPVAR_SLOT when adjusting upvar cookie...
|
commit | commitdiff | tree |
2009-11-07 |
Brendan Eich | Fix empty script deserialization (525481, r=igor).
|
commit | commitdiff | tree |
2009-11-05 |
Brendan Eich | Fix empty script deserialization (525481, r=igor).
|
commit | commitdiff | tree |
2009-10-26 |
Brendan Eich | Factor jsscopeinlines.h out, clean up #include order...
|
commit | commitdiff | tree |
2009-10-22 |
Brendan Eich | Fix old ES3 lexing bug where 3in scanned as 3 and in...
|
commit | commitdiff | tree |
2009-10-21 |
Brendan Eich | Restore script local before goto error, duh (523280...
|
commit | commitdiff | tree |
2009-10-21 |
Brendan Eich | Don't use the emptyScript singleton for a function...
|
commit | commitdiff | tree |
2009-12-01 |
Brendan Eich | Fix js_FindDuplicateFormal to crack the fun->u.i.names...
|
commit | commitdiff | tree |
2009-10-19 |
Brendan Eich | Don't build a stack frame to execute empty scripts...
|
commit | commitdiff | tree |
2009-10-18 |
Brendan Eich | Fix js_Emit1 return value tests (522920, r=dvander).
|
commit | commitdiff | tree |
2009-10-12 |
Brendan Eich | Fix assertion to allow for generator entry point (521694...
|
commit | commitdiff | tree |
2009-10-06 |
Brendan Eich | #ifdef DEBUG to avoid warning (520513 followup).
|
commit | commitdiff | tree |
2009-10-06 |
Brendan Eich | Deoptimize upvar-for-eval if in for-in loop LHS position...
|
commit | commitdiff | tree |
2009-10-06 |
Brendan Eich | Fix too-stupid-to-live bug (517076, r=me).
|
commit | commitdiff | tree |
2009-10-05 |
Brendan Eich | Use 'Is' in noun-phrase-named predicate (518103 followup...
|
commit | commitdiff | tree |
2009-10-05 |
Brendan Eich | Fix constructor method (foo.bar/foo[baz] initialized...
|
commit | commitdiff | tree |
2009-10-03 |
Brendan Eich | Remove now-bogus (uint16) casts when storing AST node...
|
commit | commitdiff | tree |
2009-10-02 |
Brendan Eich | Don't cache an 'adding' entry on a duplicate JSOP_INITPROP...
|
commit | commitdiff | tree |
2009-09-30 |
Brendan Eich | High-level CSE for shape guards (518448, r=jorendorff).
|
commit | commitdiff | tree |
2009-09-26 |
Brendan Eich | Fuss over comment in last changeset (518765).
|
commit | commitdiff | tree |
2009-09-25 |
Brendan Eich | High-level CSE for shape guards (518448, r=jorendorff).
|
commit | commitdiff | tree |
2009-11-18 |
Brendan Eich | Hackaround for 524826, r=self.
|
commit | commitdiff | tree |
2009-09-15 |
Brendan Eich | Bug 516075 - Move shape into JSObjectMap from JSScope...
|
commit | commitdiff | tree |
2009-09-14 |
Brendan Eich | Don't be confused by eval's frame inheriting its caller...
|
commit | commitdiff | tree |
2009-09-14 |
Brendan Eich | Don't assume a script with sharps whose caller has...
|
commit | commitdiff | tree |
2009-09-11 |
Brendan Eich | Bug 516069 - Common the side exit used with shape guards...
|
commit | commitdiff | tree |
2009-08-22 |
Brendan Eich | Unit strings not in atom table means we must always...
|
commit | commitdiff | tree |
2009-08-13 |
Brendan Eich | Avoid unused variable warning if not verbose.
|
commit | commitdiff | tree |
2009-08-11 |
Brendan Eich | Fix annoying GCC warning (no ifdef __GNUC__ noise,...
|
commit | commitdiff | tree |
2009-09-11 |
Brendan Eich | Bug 515815 - TM: Regression on shell test case regress...
|
commit | commitdiff | tree |
2009-09-11 |
Brendan Eich | Fix obvious thinko that bites Gary's fuzzer (515892...
|
commit | commitdiff | tree |
2009-09-10 |
Brendan Eich | Fixes based on jorendorff's comments in bug 515273.
|
commit | commitdiff | tree |
2009-09-10 |
Brendan Eich | Fix js*inlines.h harder (515628, r=jorendorff).
|
commit | commitdiff | tree |
2009-09-10 |
Brendan Eich | Followup for 513119, r=jorendorff.
|
commit | commitdiff | tree |
2009-09-10 |
Brendan Eich | Bug 514981 - JSStackFrame::sharp{Array,Depth} should...
|
commit | commitdiff | tree |
2009-09-09 |
Brendan Eich | My first jsapi test (515273, rs=Waldo).
|
commit | commitdiff | tree |
2009-09-09 |
Brendan Eich | Avoid wildman storage-punning hacks for non-unit static...
|
commit | commitdiff | tree |
2009-09-08 |
Brendan Eich | Use pragma pack for static strings (trying to clear...
|
commit | commitdiff | tree |
2009-09-08 |
Brendan Eich | Cope with null tvr string refs (515000 followup, r...
|
commit | commitdiff | tree |
2009-09-07 |
Brendan Eich | JSTempValueRooter JSTVU_SINGLE over-constrains GC-thing...
|
commit | commitdiff | tree |
2009-09-07 |
Brendan Eich | Zim got the bug, man! (514971, r=gal).
|
commit | commitdiff | tree |
2009-09-07 |
Brendan Eich | I bust myself back to private, like Sgt. Zim in 'Starship...
|
commit | commitdiff | tree |
2009-09-06 |
Brendan Eich | Fix script JSUpvarsArray allocation to avoid misaligning...
|
commit | commitdiff | tree |
2009-09-06 |
Brendan Eich | Fix bogus assertion from bug 510644 (514943, r=self).
|
commit | commitdiff | tree |
2009-09-06 |
Brendan Eich | Followup to fix assertion that walks into strong assertions...
|
commit | commitdiff | tree |
2009-09-06 |
Brendan Eich | Check (without regressing hot paths) where needed to...
|
commit | commitdiff | tree |
2009-09-05 |
Brendan Eich | Use class statics for the unit and int string tables...
|
commit | commitdiff | tree |
2009-09-05 |
Brendan Eich | Minimal fix for latent js_InferFlags bug where TR:...
|
commit | commitdiff | tree |
2009-09-04 |
Brendan Eich | Fix imacro vs. script code disassembly/decompilation...
|
commit | commitdiff | tree |
2009-09-03 |
Brendan Eich | Join lambdas assigned or initialized as methods to...
|
commit | commitdiff | tree |
2009-09-02 |
Brendan Eich | Fix net vs. gross botches from patch for 489899 (514112...
|
commit | commitdiff | tree |
2009-07-28 |
Brendan Eich | Bug 471214 - Join function objects transparently, clone...
|
commit | commitdiff | tree |
2009-07-17 |
Brendan Eich | Bug 499790 - common sub-expression elim for repeated...
|
commit | commitdiff | tree |
2009-07-24 |
Brendan Eich | Fix bug 506312, see the bug for the sordid details...
|
commit | commitdiff | tree |
2009-07-24 |
Brendan Eich | Fix assertion location to avoid botching it due to...
|
commit | commitdiff | tree |
2009-07-24 |
Brendan Eich | Bug 488731 - Avoid shape regeneration and property...
|
commit | commitdiff | tree |