Ms2ger
|
d261b42142
|
Bug 692277 - Part a: Introduce an unstable public API for JS memory measurements to be used in XPCJSRuntime; r=njn sr=dmandelin
|
2011-12-24 09:27:39 +01:00 |
|
Luke Wagner
|
e6d7fc7950
|
Bug Bug 692274, part 4 - Rewrite parsing, emitting and decompiling of let to fix scoping properly (r=jorendorff)
|
2011-10-07 12:02:50 -07:00 |
|
Jeff Walden
|
6fc5b5e274
|
Bug 712129 - Implement MOZ_STATIC_ASSERT and MOZ_STATIC_ASSERT_IF. r=luke
|
2011-12-19 16:58:30 -05:00 |
|
Jeff Walden
|
68b1495a0b
|
Bug 712129 - Add more assertion macro flavors to mfbt, and make the JS engine use mfbt's implementations where appropriate. r=cjones
--HG--
extra : rebase_source : 6b94db05e74b18a3938a28cbc0f520eb4e01fbb0
|
2011-12-19 15:54:12 -05:00 |
|
Jeff Walden
|
5d0d2b2e73
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
--HG--
extra : rebase_source : 507006c0f099da6851b585d2062267d285978ad7
|
2011-12-16 14:42:07 -05:00 |
|
Jeff Walden
|
6bb9efafe4
|
Bug 711672 - Break mfbt's dependency on jstypes.h by moving various API macros out of JS and into mfbt. r=luke, r=cjones
--HG--
extra : rebase_source : f18993e1eec1a5e5bcdb9cd97fa7d7c6ad261e2c
|
2011-12-13 14:26:58 -05:00 |
|
Jeff Walden
|
476c7d19c5
|
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
|
2011-12-08 22:54:10 -05:00 |
|
Igor Bukanov
|
7defa0e7fa
|
Bug 708382 - GC marking - one common stack and tail recurssion elimination. r=wmccloskey. a=ms2geronirc
--HG--
extra : rebase_source : 580b30f289f4e1b1a1980bb000fc25e6e3cf27e7
|
2011-12-07 14:22:47 +01:00 |
|
Brian Hackett
|
5ecccc93ab
|
Merge MC -> JM
|
2011-11-30 12:45:27 -08:00 |
|
Brian Hackett
|
c3b9744976
|
Merge MC -> JM
|
2011-11-26 15:03:20 -08:00 |
|
Brian Hackett
|
8b5b277f7c
|
Add about:memory reporters for per compartment shape tables, bug 704372.
|
2011-11-21 20:29:05 -05:00 |
|
Nicholas Nethercote
|
f1e77095c2
|
Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz.
|
2011-11-27 19:03:14 -08:00 |
|
Bill McCloskey
|
5ef98ce429
|
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
|
2011-10-25 16:07:42 -07:00 |
|
Nicholas Nethercote
|
c32cc3b4fa
|
Bug 699724 - Shrink js::HashTable. r=luke.
|
2011-11-08 21:02:11 -08:00 |
|
Jeff Walden
|
2083d65f42
|
Remove js::tl::ArraySize and js::tl::ArrayEnd. They're unused, and mozilla::ArrayLength and mozilla::ArrayEnd supersede them regardless. No bug, r=lumpy
|
2011-11-04 01:37:53 -07:00 |
|
Ginn Chen
|
bb9872fb41
|
Bug 702523 Use JS_PUBLIC_API instead of extern for js_FloorLog2wImpl r=luke
|
2011-11-21 11:09:35 +08:00 |
|
Nicholas Nethercote
|
006eaea440
|
Bug 684800 - Measure slop in TI-related JS memory reporters. r=bhackett.
|
2011-11-01 21:59:43 -07:00 |
|
Nicholas Nethercote
|
8d8eabc208
|
Bug 697933 - Allow HashTables to have a capacity as small as four. r=luke.
|
2011-10-30 16:12:48 -07:00 |
|
Nicholas Nethercote
|
87638f34f3
|
Bug 697931 - Remove KidHashes when possible. r=luke.
|
2011-10-27 23:06:17 -07:00 |
|
Nicholas Nethercote
|
fa675c2f52
|
Back out 56ec5e954858 (from bug 685783) due to a Dromaeo regression.
|
2011-10-20 15:47:39 -07:00 |
|
Nicholas Nethercote
|
7aacac1758
|
Bug 685783 - Take advantage of slop bytes in js::Vector. r=luke.
|
2011-10-19 16:19:06 -07:00 |
|
Leon Sha
|
b45b9f7165
|
Bug 694256 - Build error: JS_FloorLog2 is missing. r=luke.
|
2011-10-14 13:12:46 +08:00 |
|
Luke Wagner
|
c7d3e6785c
|
Bug 689362 - Create js/public (with the intention that its contents will eventually be the only INSTALLED_HEADERS), move Vector and HashTable to js/public and some dependencies (r=billm,sr=dmandelin)
--HG--
rename : js/src/jshashtable.h => js/public/HashTable.h
rename : js/src/jsvector.h => js/public/Vector.h
rename : js/src/mfbt/InlineMap.h => js/src/ds/InlineMap.h
extra : rebase_source : 818639b74653667b7a572bc1234398c0e4559a60
|
2011-10-04 15:33:00 -07:00 |
|