|
|
@171824
|
11 years |
akling |
Static hash tables no longer need to be coupled with a VM. …
|
|
|
@171660
|
11 years |
fpizlo |
Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
|
|
|
@171648
|
11 years |
fpizlo |
Unreviewed, roll out r171641-r171644. It broke some tests; will …
|
|
|
@171641
|
11 years |
fpizlo |
Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, …
|
|
|
@171482
|
11 years |
bfulgham |
../JavaScriptCore: [Win] Use NO_RETURN_DUE_TO_CRASH on Windows …
|
|
|
@171395
|
11 years |
bfulgham |
Build fix for non-clang compile.
* jsc.cpp:
(WTF::RuntimeArray::put): …
|
|
|
@171393
|
11 years |
bfulgham |
Build fix for non-clang compile.
* jsc.cpp: …
|
|
|
@171390
|
11 years |
mark.lam |
Array.concat() should work on runtime arrays too. …
|
|
|
@171387
|
11 years |
bfulgham |
Fix Windows (return a value!)
* jsc.cpp:
(functionQuit): Satisfy …
|
|
|
@171386
|
11 years |
bfulgham |
Fix Windows (sleep -> Sleep)
* jsc.cpp:
(WTF::jscExit):
|
|
|
@171382
|
11 years |
fpizlo |
Fix Windows.
* jsc.cpp:
(WTF::jscExit):
|
|
|
@171380
|
11 years |
fpizlo |
Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, …
|
|
|
@171228
|
11 years |
fpizlo |
Fix cloop build.
Source/JavaScriptCore:
* jsc.cpp:
(jscmain):
…
|
|
|
@171213
|
11 years |
fpizlo |
Need ability to fuzz exception throwing …
|
|
|
@171096
|
11 years |
fpizlo |
Allow for Int52Rep to see things other than Int32, and make this …
|
|
|
@169824
|
11 years |
rniwa |
Turning on DUMP_PROPERTYMAP_STATS causes a build failure …
|
|
|
@169145
|
11 years |
fpizlo |
DFG prediction propagation should agree with fixup phase over the …
|
|
|
@168510
|
11 years |
mhahnenberg |
Base case for get-by-id inline cache doesn't check for …
|
|
|
@168396
|
11 years |
msaboff |
Add test for deleteAllCompiledCode …
|
|
|
@167963
|
11 years |
mhahnenberg |
JSProxies should be cacheable …
|
|
|
@167612
|
11 years |
fpizlo |
OSR exit should know about Int52 and Double constants …
|
|
|
@166415
|
11 years |
msaboff |
Unreviewed, rolling r166248 back in.
Turns out r166070 didn't cause a …
|
|
|
@166248
|
11 years |
msaboff |
Unreviewed, rolling out r166126.
Rollout r166126 in prepartion to …
|
|
|
@166126
|
11 years |
msaboff |
toThis() on a JSWorkerGlobalScope should return a JSProxy and not …
|
|
|
@166121
|
11 years |
akling |
Cut down on JSC profiler includes in WebCore & co. …
|
|
|
@165940
|
11 years |
mhahnenberg |
GC timer should intelligently choose between EdenCollections and …
|
|
|
@165933
|
11 years |
commit-queue |
Unreviewed, rolling out r165926. …
|
|
|
@165926
|
11 years |
mhahnenberg |
GC timer should intelligently choose between EdenCollections and …
|
|
|
@165403
|
11 years |
fpizlo |
jsc commandline shouldn't have a "console" because that confuses some …
|
|
|
@165119
|
11 years |
fpizlo |
FTL loadStructure always generates invalid IR …
|
|
|
@165074
|
11 years |
mhahnenberg |
Merge API shims and JSLock …
|
|
|
@165073
|
11 years |
commit-queue |
Unreviewed, rolling out r164812. …
|
|
|
@164970
|
11 years |
fpizlo |
Debugging improvements from my gbemu investigation session …
|
|
|
@164812
|
11 years |
fpizlo |
Octane/closure thrashes between flattening dictionaries during global …
|
|
|
@164207
|
11 years |
fpizlo |
FTL should inline polymorphic heap accesses …
|
|
|
@164059
|
11 years |
fpizlo |
Hoist and combine array bounds checks …
|
|
|
@163844
|
11 years |
fpizlo |
Rename Operations.h to JSCInlines.h …
|
|
|
@163760
|
11 years |
fpizlo |
Never include *Inlines.h files in interface headers, and never include …
|
|
|
@163507
|
11 years |
mhahnenberg |
Handling of opaque roots is wrong in EdenCollections …
|
|
|
@163418
|
11 years |
fpizlo |
DFG PutByVal on typed arrays should detect OutOfBounds sooner …
|
|
|
@163225
|
11 years |
oliver |
2014-01-31 Oliver Hunt <[email protected]>
Rollout r163195 …
|
|
|
@163195
|
11 years |
oliver |
Make it possible to implement JS builtins in JS …
|
|
|
@161650
|
11 years |
ggaren |
Removed Blackberry #ifdefs and platform code from JavaScriptCore …
|
|
|
@161159
|
11 years |
andersca |
Stop using ThreadCondition in jsc.cpp …
|
|
|
@160550
|
11 years |
commit-queue |
Delete INTEL C compiler related code parts. …
|
|
|
@160292
|
11 years |
fpizlo |
Fold typedArray.length if typedArray is constant …
|
|
|
@159934
|
11 years |
commit-queue |
jsc: implement a native readFile function …
|
|
|
@159064
|
12 years |
fpizlo |
DFG Int52 boxing code may clobber the source without telling anyone …
|
|
|
@158586
|
12 years |
msaboff |
Eliminate HostCall bit from JSC Stack CallerFrame …
|
|
|
@158492
|
12 years |
paroga |
Various small WinCE build fixes
Source/JavaScriptCore:
* jsc.cpp: …
|
|
|
@157764
|
12 years |
dbates |
[iOS] Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout() …
|
|
|
@157719
|
12 years |
dbates |
Add option so that JSC will crash if it can't allocate executable …
|
|
|
@157474
|
12 years |
dbates |
[iOS] Upstream JavaScriptCore support for ARM64 …
|
|
|
@157260
|
12 years |
fpizlo |
FTL: Soft-link LLVM as a workaround for LLVM's static initializers and …
|
|
|
@156780
|
12 years |
andersca |
Get rid of Qt code from JavaScriptCore …
|
|
|
@156602
|
12 years |
akling |
Pass VM instead of ExecState to JSFunction constructors. …
|
|
|
@156402
|
12 years |
paroga |
Build fix for WinCE after r155098.
Windows CE does not support …
|
|
|
@156240
|
12 years |
darin |
Add ExecState::uncheckedArgument and use where possible to shrink a …
|
|
|
@156067
|
12 years |
bfulgham |
[Windows] Unreviewed build fix after r156064.
* jsc.cpp:
(jscmain): …
|
|
|
@156064
|
12 years |
fpizlo |
Give 'jsc' commandline an option to disable deleting the VM.
Reviewed …
|
|
|
@155455
|
12 years |
fpizlo |
jsc commandline's run() function should take extra arguments …
|
|
|
@155402
|
12 years |
andersca |
Remove wtf/TypeTraits.h
https://bugs.webkit.org/show_bug.cgi?id=121047 …
|
|
|
@155239
|
12 years |
fpizlo |
jsc shell should destroy VM as a workaround for LLVM's exit-time …
|
|
|
@155098
|
12 years |
fpizlo |
jsc tests should have timeouts …
|
|
|
@155090
|
12 years |
fpizlo |
run-fast-jsc should work with new-school fast/js tests that loop until …
|
|
|
@155081
|
12 years |
mark.lam |
Renamed StackIterator to StackVisitor. …
|
|
|
@155075
|
12 years |
mark.lam |
Refining the StackIterator callback interface. …
|
|
|
@155013
|
12 years |
mark.lam |
Converting StackIterator to a callback interface. …
|
|
|
@154797
|
12 years |
commit-queue |
Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=119548 …
|
|
|
@154629
|
12 years |
weinig |
Add support for Promises …
|
|
|
@154127
|
12 years |
fpizlo |
Typed arrays should be rewritten …
|
|
|
@154038
|
12 years |
fpizlo |
Foo::s_info should be Foo::info(), so that you can change how the …
|
|
|
@154032
|
12 years |
commit-queue |
[WTF] [JSC] Replace currentTime() with monotonicallyIncreasingTime() …
|
|
|
@153218
|
12 years |
oliver |
fourthTier: Introducing the StackIterator class.
This was a non …
|
|
|
@151149
|
12 years |
commit-queue |
[EFL] Implement GCActivityCallback …
|
|
|
@149825
|
12 years |
commit-queue |
[BlackBerry] Set up logging buffer on start of jsc executable …
|
|
|
@149130
|
12 years |
oliver |
Make checkSyntax take a VM instead of an ExecState
RS=Tim
|
|
|
@148897
|
12 years |
oliver |
2013-04-22 Oliver Hunt <[email protected]>
Perform null …
|
|
|
@148849
|
12 years |
oliver |
JS Lexer and Parser should be more informative when they encounter …
|
|
|
@148696
|
12 years |
ggaren |
Renamed JSGlobalData to VM …
|
|
|
@148475
|
12 years |
mhahnenberg |
HeapTimer lifetime should be less complicated …
|
|
|
@146932
|
12 years |
fpizlo |
JSC_enableProfiler=true should also cause JSGlobalData to save the …
|
|
|
@141651
|
12 years |
mhahnenberg |
Structure should have a StructureRareData field to save space …
|
|
|
@139541
|
12 years |
fpizlo |
The JITThunks class should be in its own file, and doing so should not …
|
|
|
@136601
|
12 years |
fpizlo |
JSC should be able to report profiling data associated with the IR …
|
|
|
@136539
|
12 years |
fpizlo |
Replace JSValue::description() with JSValue::dump(PrintStream&) …
|
|
|
@136086
|
12 years |
msaboff |
Change Bytecompiler s_dumpsGeneratedCode to an Options value …
|
|
|
@133995
|
13 years |
mark.lam |
Renamed ...InlineMethods.h files to ...Inlines.h. …
|
|
|
@133953
|
13 years |
fpizlo |
JSC should infer when indexed storage contains only integers or …
|
|
|
@132143
|
13 years |
mark.lam |
Change stack recursion checks to be based on stack availability. …
|
|
|
@131088
|
13 years |
ggaren |
Removed ASSERT_CLASS_FITS_IN_CELL …
|
|
|
@130520
|
13 years |
mhahnenberg |
JSC should have a way to gather and log Heap memory use and pause …
|
|
|
@130303
|
13 years |
mhahnenberg |
Delayed structure sweep can leak structures without bound …
|
|
|
@129719
|
13 years |
barraclough |
Proxy the global this in JSC …
|
|
|
@129711
|
13 years |
barraclough |
Proxy the global this in JSC …
|
|
|
@128851
|
13 years |
ossy |
Unreviewed, rolling out r128826 and r128813.
Source/JavaScriptCore:
…
|
|
|
@128813
|
13 years |
mhahnenberg |
Delayed structure sweep can leak structures without bound …
|
|
|
@128400
|
13 years |
fpizlo |
JSC should have property butterflies …
|
|
|
@127958
|
13 years |
benjamin |
Rename the ustring() accessor to string() …
|
|
|
@127574
|
13 years |
commit-queue |
Fix the uses of String::operator+=() for Mac …
|
|
|