Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
webkit
Source
JavaScriptCore
ChangeLog-2002-12-03
Jan 01, 2011
Move JavaScriptCore to Source
· 76da8fc1
abarth@webkit.org
authored
Jan 02, 2011
76da8fc1
Dec 03, 2002
Reviewed by: Darin Adler
· 7ae759a1
mjs
authored
Dec 03, 2002
7ae759a1
- fixed 3114790 - Gamespot reviews pages badly mis-rendering
· 7c33c6fe
mjs
authored
Dec 03, 2002
7c33c6fe
Nov 27, 2002
* kjs/collector.cpp:
· 36090a40
sullivan
authored
Nov 27, 2002
36090a40
Nov 26, 2002
Alex-34 stamp
· 28b2189d
sheridan
authored
Nov 27, 2002
28b2189d
Change ActivationImp to be allocated via the garbage collector
· 0e6b4f09
mjs
authored
Nov 26, 2002
0e6b4f09
* kjs/property_map.cpp:
· 13d73dc6
darin
authored
Nov 26, 2002
13d73dc6
JavaScriptCore
· 3f05b75a
rjw
authored
Nov 26, 2002
3f05b75a
JavaScriptCore
· e67107bd
rjw
authored
Nov 26, 2002
e67107bd
Nov 25, 2002
i Added a debug menu to turn back/forward cache on and off.
· 683c446f
rjw
authored
Nov 26, 2002
683c446f
Changes for back/forward. Currently disabled.
· b0eb2ac5
rjw
authored
Nov 25, 2002
b0eb2ac5
JavaScriptCore:
· d4ca2268
darin
authored
Nov 25, 2002
d4ca2268
Nov 24, 2002
JavaScriptCore:
· 8d450d34
darin
authored
Nov 24, 2002
8d450d34
- fixed 3098356 - Hard hang on movie search at www.movietickets.com
· c082d008
mjs
authored
Nov 24, 2002
c082d008
- fixed 3095446 - Crash on AppleScript page due to very long argument list
· 219ed0ac
mjs
authored
Nov 24, 2002
219ed0ac
- completed Darin's mostly-fix for 3037795 - Resource use
· 1a9f113f
mjs
authored
Nov 24, 2002
1a9f113f
Nov 23, 2002
Numerous collector changes for a net gain of 3% on JS ibench:
· 5a7a3882
mjs
authored
Nov 24, 2002
5a7a3882
JavaScriptCore:
· ff399e06
darin
authored
Nov 23, 2002
ff399e06
Nov 22, 2002
- prepare to reimplement KJS::List; move to its own file, add statistics
· 6afbb079
darin
authored
Nov 22, 2002
6afbb079
- reduce cell size to 56 bytes from 64, now that nearly all
· db3db8e9
mjs
authored
Nov 22, 2002
db3db8e9
JavaScriptCore:
· 7b978750
darin
authored
Nov 22, 2002
7b978750
- a simple change for .4% gain on ibench - instead of unmarking
· f67a9641
mjs
authored
Nov 22, 2002
f67a9641
Nov 21, 2002
top level:
· 36614a72
darin
authored
Nov 22, 2002
36614a72
- reduced the size of PropertyMap by storing sizes and such in the
· bb46f898
mjs
authored
Nov 22, 2002
bb46f898
Tools:
· 1549b911
mjs
authored
Nov 22, 2002
1549b911
Alex-33 stamp
· 96195948
sheridan
authored
Nov 22, 2002
96195948
JavaScriptCore:
· 32782811
darin
authored
Nov 21, 2002
32782811
* kjs/property_map.cpp: Turn that consistency check back off.
· 591c3909
darin
authored
Nov 21, 2002
591c3909
- someone somewhere must be defining a macro named check, causing a compile failure in WebCore
· e56c6da0
darin
authored
Nov 21, 2002
e56c6da0
- add self-check to property map in hopes of finding the cnet.com bug
· d579f5b7
darin
authored
Nov 21, 2002
d579f5b7
- fixed a null-dereference I ran into while trying to reproduce bug 3107351
· 8488c964
darin
authored
Nov 21, 2002
8488c964
Nov 20, 2002
- added a feature for Richard to use in his back/forward cache
· 57017199
darin
authored
Nov 21, 2002
57017199
- created argument list objects only on demand for a 7.5% speedup
· 5b1e7b71
darin
authored
Nov 21, 2002
5b1e7b71
Reduced the size of ValueImp by 8 bytes for a .5% speedup.
· c562dc6b
mjs
authored
Nov 21, 2002
c562dc6b
* kjs/types.cpp: Keep ref count for the whole lists of nodes.
· 20330f77
darin
authored
Nov 20, 2002
20330f77
* kjs/collector.cpp:
· 4debf737
mjs
authored
Nov 20, 2002
4debf737
- oops, checked in big regression instead of 5% speedup
· 1a208841
darin
authored
Nov 20, 2002
1a208841
- decrease ref/deref -- 5% speedup in iBench
· c758b286
darin
authored
Nov 20, 2002
c758b286
Fixed the two most obvious problems with the new GC for another 6%
· 3d0d1816
mjs
authored
Nov 20, 2002
3d0d1816
JavaScriptCore:
· 6d32b07d
mjs
authored
Nov 20, 2002
6d32b07d
Loading