Commit Graph

15216 Commits

Author SHA1 Message Date
Robert Sayre
d366588e38 Backed out changeset e09130fcb013 2009-07-28 18:51:35 -04:00
Brendan Eich
19c9082e33 Bug 471214 - Join function objects transparently, clone via read barrier to satisfy de-facto standard (r=igor). 2009-07-28 13:20:14 -07:00
Robert Sayre
636f608126 Merge mozilla-central to tracemonkey. 2009-07-28 15:39:43 -04:00
Jeff Walden
43dbee7472 Bug 506894 - Crash - e4x/GC/regress-357063-01.js. r=gal 2009-07-28 12:19:00 -07:00
Makoto Kato
6f000a701a Bug 452912 - Optimize Windows x64 build for javascript engine. r=dvander 2009-07-28 19:47:34 +09:00
Jason Orendorff
3431af1c47 Bug 505522 - Support building with C++ exceptions. r=bsmedberg. 2009-07-21 12:13:21 -05:00
Jason Orendorff
aa70cca682 Bug 506880 - Deadlock on exit in threadsafe shell. r=gal. 2009-07-28 04:39:40 -05:00
Jason Orendorff
102d0ced52 Bug 506786 - JSScope::trace method. r=brendan. 2009-07-28 04:00:35 -05:00
Andreas Gal
d1254f2c2c When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
David Mandelin
dce181923f Fix incompatible enum warnings in static asserts 2009-07-27 18:49:27 -07:00
David Mandelin
5c1ca3e00a Bug 506821: clean up trailing whitespace, r=brendan 2009-07-27 18:40:12 -07:00
David Mandelin
f9b40174d4 Bug 495329: Trace JSOP_BINDNAME/JSOP_SETNAME for closures, r=brendan 2009-07-27 18:13:53 -07:00
Jason Orendorff
04786e0f3d Bug 503408 - Trace native setters. r=brendan. 2009-07-27 16:47:34 -05:00
Jason Orendorff
fad2d36065 lirasm - Rename a parameter, as graydon requested in review for bug 505249. 2009-07-27 16:38:39 -05:00
Jason Orendorff
10702b702b Bug 505932 - Shape regeneration does not touch most empty scopes. r=brendan. 2009-07-27 16:29:02 -05:00
Boris Zbarsky
58fc4b29f6 Bug 496908. Make JSVAL_IS_* functions, not macros. r=brendan,jwalden 2009-07-27 16:14:12 -04:00
Jason Orendorff
1f1e1452e4 Bug 505249 - lirasm - Style cleanup and new tokenizer. r=graydon. 2009-07-17 00:48:39 -05:00
wes@page.ca
1d5548f39b Bug 504594 - Addresses in nanojit-debug output are wrong on SPARC. r=graydon. 2009-07-27 12:40:59 +08:00
Leon Sha
215848eb9b Bug 506201 - regexp.cpp fails to compile on opensolaris: goto bypasses variable init. r=gal 2009-07-27 11:30:57 +08:00
Nicholas Nethercote
ac52a1de2d Bug 506346 - nanojit: remove compile warnings caused by the patch for bug 506139. r=rreitmai. 2009-07-27 10:34:44 +10:00
Andreas Gal
8b7a24306e Bug 501275 - TM: Crash [@ nanojit::Assembler::nPatchBranch]. r=dvander 2009-07-26 20:28:46 -04:00
Igor Bukanov
83b4dee9ba bug 506243 - eliminate GC thread-local lists pools. r=brendan 2009-07-26 18:24:39 +02:00
Robert Sayre
769c24ef85 Merge mozilla-central to tracemonkey. 2009-07-26 10:57:19 -04:00
Igor Bukanov
40ed24ed94 bug 505460 - followup to fix misspellings 2009-07-26 08:54:54 +02:00
Serge Gautherie
2bd544c9bf Bug 488824 - Remove WIN16 (support) code, in js/src; (Av1) 2 config.mk; r=gal 2009-07-26 07:21:06 +02:00
David Mandelin
4ea30adb7c Bug 506018 - crash in js_GetClosureVar, regression from Trace JSOP_NAME for general closures. r=gal 2009-07-24 14:00:35 -04:00
Brendan Eich
17888173c0 Fix bug 506312, see the bug for the sordid details (r=jorendorff). 2009-07-24 12:47:55 -07:00
Robert Sayre
b5922d32c2 Merge backout. 2009-07-24 14:02:23 -04:00
Robert Sayre
c2fee38274 Backed out changeset 8f6d8ce284ff 2009-07-24 14:02:01 -04:00
David Mandelin
b2f930f9d3 Bug 506018 - crash in js_GetClosureVar, regression from Trace JSOP_NAME for general closures. r=gal 2009-07-24 14:00:35 -04:00
Robert Sayre
509bdbf049 Merge tracemonkey to mozilla-central. 2009-07-24 13:42:38 -04:00
Rob Campbell
4bcafa2aff bug 474358 - assertion isOuterWindow fix for windows breakage 2009-07-24 11:49:37 -03:00
Rob Campbell
ffb3a9b881 bug 474358 - ASSERTION: Inner window detected in Equality hook, isOuterWindow, p=me, r=timeless, sr=mrbkap 2009-07-24 10:20:34 -03:00
Brendan Eich
f76691bedb Fix assertion location to avoid botching it due to patch for 488731. 2009-07-23 18:40:13 -07:00
Brendan Eich
b12a43bc12 Bug 488731 - Avoid shape regeneration and property cache purge during the GC (r=mrbkap). 2009-07-24 06:55:28 -07:00
Igor Bukanov
730bdc3954 bug 505460 - preallocating reserved slots. r=brendan 2009-07-24 12:01:37 +02:00
Nicholas Nethercote
457b23787f Bug 495158 - nanojit: add comment about CSEability of guards. r=edwsmith. 2009-07-24 16:19:15 +10:00
Nicholas Nethercote
35b35b2533 Bug 506177 - TM/nanojit: remove dead 'isfar' argument from asm_branch(). r=rreitmai. 2009-07-24 15:41:32 +10:00
Robert Sayre
30d76462d3 Merge backout. 2009-07-24 00:02:02 -04:00
Robert Sayre
ad71bc484e Backed out changeset b3d459d23452 2009-07-24 00:01:37 -04:00
Robert Sayre
bce2e686f5 Merge backout. 2009-07-24 00:01:15 -04:00
Robert Sayre
202dfd96ad Backed out changeset d07b03553f36 2009-07-24 00:01:00 -04:00
Robert Sayre
4c53054524 Merge backout. 2009-07-24 00:00:32 -04:00
Robert Sayre
1f05ab02e0 Backed out changeset 8f7b8cae113d 2009-07-23 23:59:51 -04:00
Robert Sayre
7642f46df7 Backed out changeset 53b153375585 2009-07-23 23:58:50 -04:00
Andreas Gal
1302ef18a7 Fix merge conflict that lost part of bug 505612. 2009-07-23 19:38:09 -07:00
Robert Sayre
1642f10340 Merge backout. 2009-07-23 22:08:05 -04:00
Robert Sayre
ac88855797 Backed out changeset 047b9102dddb 2009-07-23 22:06:31 -04:00
Robert Sayre
b3e72b45e9 merge. 2009-07-23 22:05:14 -04:00
Robert Sayre
36442e1e04 Backed out changeset 8f6d8ce284ff 2009-07-23 22:04:45 -04:00