2016-12-09 |
ggaren@apple.com | Deploy OrdinalNumber in JSC::SourceCode |
blob | commitdiff |
2016-12-05 |
ggaren@apple.com | ScriptExecutable should not contain a copy of firstLine... |
blob | commitdiff | diff to current |
2016-12-01 |
ggaren@apple.com | Removed some unnecessary indirection in code generation |
blob | commitdiff | diff to current |
2016-11-17 |
ggaren@apple.com | UnlinkedCodeBlock should not have a starting line number |
blob | commitdiff | diff to current |
2016-11-16 |
ggaren@apple.com | Debugging and other tools should not disable the code... |
blob | commitdiff | diff to current |
2016-11-15 |
ggaren@apple.com | CodeCache should stop pretending to cache builtins |
blob | commitdiff | diff to current |
2016-11-14 |
ggaren@apple.com | JSC should distinguish between local and global eval |
blob | commitdiff | diff to current |
2016-11-02 |
ggaren@apple.com | One file per class for UnlinkedCodeBlock.h/.cpp |
blob | commitdiff | diff to current |
2016-10-21 |
caitp@igalia.com | [JSC] don't crash when arguments to `new Function(... |
blob | commitdiff | diff to current |
2016-10-20 |
caitp@igalia.com | [JSC] throw TypeError when constructing dynamically... |
blob | commitdiff | diff to current |
2016-09-26 |
commit-queue@webki... | Add an Option to disable the CodeCache |
blob | commitdiff | diff to current |
2016-09-23 |
caitp@igalia.com | [JSC] Implement parsing of Async Functions |
blob | commitdiff | diff to current |
2016-08-22 |
utatane.tea@gmail.com | [ES6] Module should not allow HTML comments |
blob | commitdiff | diff to current |
2016-06-01 |
utatane.tea@gmail.com | Unreviewed, roll out r201481, r201523: 0.3% regression... |
blob | commitdiff | diff to current |
2016-05-28 |
caitp@igalia.com | [JSC] implement async functions proposal |
blob | commitdiff | diff to current |
2016-05-24 |
utatane.tea@gmail.com | ThisTDZMode is no longer needed |
blob | commitdiff | diff to current |
2016-05-21 |
joepeck@webkit.org | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-05-16 |
sbarati@apple.com | Hook up ShadowChicken to the debugger to show tail... |
blob | commitdiff | diff to current |
2016-05-16 |
joepeck@webkit.org | Unreviewed rollout r200924. Caused js/regress/string... |
blob | commitdiff | diff to current |
2016-05-14 |
commit-queue@webki... | Remove LegacyProfiler |
blob | commitdiff | diff to current |
2016-04-29 |
commit-queue@webki... | Remove unused bool parameter in CodeCache::getGlobalCod... |
blob | commitdiff | diff to current |
2016-04-23 |
commit-queue@webki... | Web Inspector: Source directives lost when using Functi... |
blob | commitdiff | diff to current |
2016-04-22 |
sbarati@apple.com | Lets do less locking of symbol tables in the BytecodeGe... |
blob | commitdiff | diff to current |
2016-04-03 |
gskachkov@gmail.com | [ES6] Class syntax. Access to new.target inside of... |
blob | commitdiff | diff to current |
2016-03-17 |
gskachkov@gmail.com | Invoking super()/super inside of the eval should not... |
blob | commitdiff | diff to current |
2016-02-29 |
akling@apple.com | Make JSFunction.name allocation fully lazy. |
blob | commitdiff | diff to current |
2016-02-08 |
fpizlo@apple.com | CodeCache should give up on evals if there are variable... |
blob | commitdiff | diff to current |
2015-12-30 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function specific... |
blob | commitdiff | diff to current |
2015-12-29 |
utatane.tea@gmail.com | [ES6][ES7] Drop Constructability of generator function |
blob | commitdiff | diff to current |
2015-12-08 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-07 |
ddkilzer@apple.com | REGRESSION(r193584): Causes heap use-after-free crashes... |
blob | commitdiff | diff to current |
2015-12-06 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-02 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-02 |
commit-queue@webki... | Unreviewed, rolling out r192914. |
blob | commitdiff | diff to current |
2015-12-01 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-01 |
carlosgc@webkit.org | Unreviewed, rolling out r192876. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-09-01 |
utatane.tea@gmail.com | [ES6] Introduce ModuleProgramExecutable families and... |
blob | commitdiff | diff to current |
2015-08-13 |
utatane.tea@gmail.com | Unify JSParserCodeType, FunctionParseMode and ModulePar... |
blob | commitdiff | diff to current |
2015-08-10 |
ggaren@apple.com | Let's rename FunctionBodyNode |
blob | commitdiff | diff to current |
2015-07-23 |
utatane.tea@gmail.com | Introducing construct ability into JS executables |
blob | commitdiff | diff to current |
2015-07-17 |
saambarati1@gmail.com | Function parameters should be parsed in the same parser... |
blob | commitdiff | diff to current |
2015-07-15 |
saambarati1@gmail.com | [ES6] implement block scoping to enable 'let' |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | eval("this.foo") causes a crash if this had not been... |
blob | commitdiff | diff to current |
2015-03-26 |
ggaren@apple.com | "lineNo" does not match WebKit coding style guidelines |
blob | commitdiff | diff to current |
2015-03-20 |
ggaren@apple.com | Function.prototype.toString should not decompile the AST |
blob | commitdiff | diff to current |
2015-03-17 |
ggaren@apple.com | Built-in functions should know that they use strict... |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | BytecodeGenerator needs to be re-entrant to support... |
blob | commitdiff | diff to current |
2015-02-25 |
benjamin@webkit.org | Make ParserError immutable by design |
blob | commitdiff | diff to current |
2014-12-05 |
saambarati1@gmail.com | JavaScript Control Flow Profiler |
blob | commitdiff | diff to current |
2014-12-05 |
ggaren@apple.com | Removed the concept of ParserArenaRefCounted |
blob | commitdiff | diff to current |
2014-11-23 |
gyuyoung.kim@samsu... | Clean up OwnPtr and PassOwnPtr in some of JS classes |
blob | commitdiff | diff to current |
2014-08-21 |
commit-queue@webki... | Rename HighFidelityTypeProfiling variables for more... |
blob | commitdiff | diff to current |
2014-08-14 |
commit-queue@webki... | Allow high fidelity type profiling to be enabled and... |
blob | commitdiff | diff to current |
2014-06-12 |
mark.lam@apple.com | Remove some dead / unused code. |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167199 and r167251. |
blob | commitdiff | diff to current |
2014-04-13 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-11 |
barraclough@apple.com | Rollout - Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-09 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-02-12 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2014-02-01 |
oliver@apple.com | 2014-01-31 Oliver Hunt <oliver@apple.com> |
blob | commitdiff | diff to current |
2014-01-31 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2013-11-19 |
mark.lam@apple.com | Add tracking of endColumn for Executables. |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Re-worked non-local variable resolution |
blob | commitdiff | diff to current |
2013-07-09 |
mark.lam@apple.com | Fix 30% JSBench regression (caused by adding column... |
blob | commitdiff | diff to current |
2013-05-09 |
ch.dumez@sisa.sams... | Unreviewed build fix after r149836. |
blob | commitdiff | diff to current |
2013-05-09 |
oliver@apple.com | Code cache stores bogus var references for functions... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-03-28 |
mhahnenberg@apple.com | Safari hangs during test262 run in CodeCache::pruneSlowCase |
blob | commitdiff | diff to current |
2013-03-28 |
zandobersek@gmail.com | Unreviewed build fix for the EFL and GTK ports. |
blob | commitdiff | diff to current |
2013-03-27 |
mhahnenberg@apple.com | CodeCache::m_capacity can becoming negative, producing... |
blob | commitdiff | diff to current |
2013-03-08 |
ggaren@apple.com | REGRESSION (r143759): 40% JSBench regression, 20% Octan... |
blob | commitdiff | diff to current |
2013-03-07 |
oliver@apple.com | Bring back eager resolution of function scoped variables |
blob | commitdiff | diff to current |
2013-02-25 |
ggaren@apple.com | Do one lookup per code cache insertion instead of two |
blob | commitdiff | diff to current |
2013-02-22 |
ggaren@apple.com | Code cache size should adapt to workload |
blob | commitdiff | diff to current |
2013-02-19 |
ggaren@apple.com | Unreviewed, rolling in r143348. |
blob | commitdiff | diff to current |
2013-02-19 |
commit-queue@webki... | Unreviewed, rolling out r143348. |
blob | commitdiff | diff to current |
2013-02-19 |
ggaren@apple.com | Save space on keys in the CodeCache |
blob | commitdiff | diff to current |
2013-02-17 |
ggaren@apple.com | Code cache should be explicit about what it caches |
blob | commitdiff | diff to current |
2013-02-15 |
ggaren@apple.com | Merged the global function cache into the source code... |
blob | commitdiff | diff to current |
2013-01-24 |
oliver@apple.com | Harden JSC a bit with RELEASE_ASSERT |
blob | commitdiff | diff to current |
2013-01-12 |
fpizlo@apple.com | The JITThunks class should be in its own file, and... |
blob | commitdiff | diff to current |
2013-01-03 |
ggaren@apple.com | Some renaming in the CodeCache |
blob | commitdiff | diff to current |
2012-12-06 |
oliver@apple.com | Remove harmful string->function cache |
blob | commitdiff | diff to current |
2012-11-30 |
oliver@apple.com | Add direct string->function code cache |
blob | commitdiff | diff to current |
2012-11-09 |
oliver@apple.com | Improve effectiveness of function-level caching |
blob | commitdiff | diff to current |
2012-11-07 |
oliver@apple.com | Reduce parser overhead in JSC |
blob | commitdiff | diff to current |
|