Commit Graph

182 Commits

Author SHA1 Message Date
Brian Hackett
c3affa9724 Bug 883439 - Lazily parse scripts defined within catch blocks, r=luke. 2013-06-15 07:54:22 -06:00
Nicholas Nethercote
3a394a85e7 Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin. 2013-06-05 19:07:43 -07:00
Brian Hackett
7aae7e0a25 Bug 678037 - Enable lazy JS parsing and fix various bugs, r=waldo,evilpie,nobody. 2013-06-14 05:58:28 -06:00
Terrence Cole
5e6237284d Bug 880816 - Mark IonCode embedded pointers during MinorGC if they may be Nursery things; r=bhackett 2013-06-10 11:16:57 -07:00
Brian Hackett
c0af46133d Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke. 2013-06-10 15:22:18 -06:00
Jason Orendorff
b489d829d4 Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
Brian Hackett
95eb597fdf Bug 878293 - Remove Parser::init, cleanup parse maps pool, r=waldo. 2013-06-04 15:53:29 -06:00
Jason Orendorff
3e2da175a2 Bug 872416, part 3 - Make frontend/BytecodeCompiler.h not include frontend/Parser.h. r=luke. 2013-06-04 16:24:42 -05:00
Brian Hackett
d42bb0d1bf Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
Eddy Bruel
3caca5c70c Bug 637572 - Use ScriptSourceObject instead of ScriptSource; r=jimb 2013-05-22 16:23:07 -07:00
Jan de Mooij
15adc8da03 Bug 690446 - Emit *GNAME ops in non-eval strict-mode code. r=bhackett 2013-05-07 16:27:14 +02:00
Shu-yu Guo
3a5c1adefa Bug 646597 - Make functions made by the Function constructor compile-and-go. Most of patch was originally written by jorendorff. (r=luke) 2013-05-04 20:53:21 -07:00
Terrence Cole
9349f5a40d Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
Jon Coppeard
b203553f44 Bug 866134 - GC: Address reported TokenStream::Position rooting hazards r=sfink 2013-04-26 18:50:18 +01:00
Sean Stangl
4c46a9aa7c Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
Phil Ringnalda
4f94bac4a1 Back out a5a1dd3bd8ae (bug 860029) for stupidorange 2013-04-15 12:55:38 -07:00
Sean Stangl
9596836ecf Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-15 11:33:03 -07:00
Brian Hackett
5d58f6fbb8 Bug 846967 - Allow ParseContext chain to have contexts from different parsers, r=jorendorff. 2013-04-13 04:15:52 -06:00
Phil Ringnalda
978110175c Back out 5bf9771e1a28 (bug 860029) for bustage
CLOSED TREE
2013-04-11 19:55:37 -07:00
Sean Stangl
999eb7bab9 Bug 860029 - Standardize Modelines in the JS Module. DONTBUILD. r=njn 2013-04-11 18:48:59 -07:00
Nicholas Nethercote
95e369b83c Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke. 2013-03-14 18:44:03 -07:00
Bill McCloskey
06ac40166f Bug 852676 - Remove unmaintained ETW event support (r=sfink) 2013-03-21 18:15:39 -07:00
Brian Hackett
14fe881ab5 Bug 852016 - Watch for uses of 'arguments' in eval() inside generator expressions, r=luke. 2013-03-19 12:23:24 -06:00
Luke Wagner
ca6a70a150 Fix OdinMonkey when --disable-ion (no bug, r=me) 2013-03-18 11:14:56 -07:00
Luke Wagner
df1c6eeff2 Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
Benjamin Peterson
14c179adae Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
Jon Coppeard
498bd73a38 Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
Brian Hackett
11987ef777 Bug 835587 - Add syntax only mode to parser, r=jorendorff. 2013-02-26 08:41:57 -07:00
Brian Hackett
aa78ff1fd2 Bug 844048 - Track uses of 'var arguments' within eval scripts, always make arguments objects for generators, r=luke. 2013-02-22 09:29:28 -07:00
Brian Hackett
925f1d9f1e Bug 743394 - Ion compile JSOP_EVAL, r=jandem. 2013-02-21 06:56:54 -07:00
Eddy Bruel
da51b5e082 Bug 568953 - Refactor FunctionNode; r=jorendorff 2013-02-20 20:15:15 +01:00
Brian Hackett
dd02f64984 Bug 842522 - Don't force construction of arguments objects in the presence of dynamic name accesses, r=luke. 2013-02-20 04:54:13 -07:00
Eddy Bruel
5f104053e5 CLOSED TREE. (Bug 568593) Backed out changeset e0aa698192b7 2013-02-19 23:51:40 +01:00
Eddy Bruel
4c1afb5ec7 Bug 568953 - Refactor FunctionNode; r=jorendorff 2013-02-19 23:06:14 +01:00
Terrence Cole
6a05895ad9 Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo 2013-02-05 14:22:27 -08:00
Benjamin Peterson
6865354b1b Bug 836515 - Allow source compression to run while executing the script. r=jorendorff 2013-02-07 09:29:22 -05:00
Nicholas Nethercote
14395a6567 Bug 836985 - Remove ScriptSourceHolder::rt. r=benjamin. 2013-02-03 19:55:09 -08:00
Nicholas Nethercote
03e9f7ae1b Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong!  The witch is dead!
2013-01-24 21:24:57 -08:00
Phil Ringnalda
6c1eebfede Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
CLOSED TREE
2013-01-31 22:29:30 -08:00
Nicholas Nethercote
2d2d004475 Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong!  The witch is dead!
2013-01-24 21:24:57 -08:00
Brian Hackett
73cd1677ca Bug 834242 - Reduce cost of exact stack rooting during property reads, r=terrence. 2013-01-24 20:18:34 -07:00
Jason Orendorff
cf825482e9 Bug 828466 - Remove some ParseNode morphing. Part 1, FoldConstants. r=Waldo. 2013-01-15 16:12:15 -06:00
Jan de Mooij
e3b25473f4 Bug 832373 part 1 - Refactor eval-in-frame to use AbstractFramePtr. r=luke 2013-01-21 13:58:50 +01:00
Luke Wagner
4bddc65298 Bug 832094 - make the top-level function ParseNode always be a PNK_FUNCTION (r=jorendorff) 2012-11-28 16:33:00 -08:00
Terrence Cole
3af3288fff Bug 816779 - Add some exact rooting assertions for JSScript; r=bhackett 2012-11-29 10:22:12 -08:00
Benjamin Peterson
9c9ef5b69d Bug 819509 - Rename almost everything dealing with strict mode to just |strict|. r=njn 2012-12-12 01:37:34 -05:00
Benjamin Peterson
15b61108cd Bug 819509 - Make strictness a boolean. r=njn 2012-12-12 01:35:12 -05:00
Benjamin Peterson
144f39bafa Bug 819509 - Reparse functions if we discover they are strict. r=njn 2012-12-12 01:35:05 -05:00
Benjamin Peterson
86a0083ff3 Bug 804857 - Allocate memory in the compression thread and have its clients check for error. r=njn 2012-10-24 16:15:48 -07:00
Terrence Cole
54e53b84a8 Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo
Implements JSStableString::chars() and pushes StableCharPtr into the interface
at several key choke-points. This will solidly enforce the requirement that we
have uninlined jschar*s in places that we may GC with a jschar* on the stack.
2012-10-08 15:04:36 -07:00