2019-06-04 |
ysuzuki@apple.com | Unreviewed, update exception scope for putByIndexBeyondVecto...
|
commit | commitdiff | tree |
2019-06-04 |
ysuzuki@apple.com | [JSC] InferredValue should not be a JSCell
|
commit | commitdiff | tree |
2019-06-03 |
ysuzuki@apple.com | [JSC] JSObject::attemptToInterceptPutByIndexOnHole...
|
commit | commitdiff | tree |
2019-06-02 |
ysuzuki@apple.com | [JSC] Crash explicitly if StructureIDs are exhausted
|
commit | commitdiff | tree |
2019-06-01 |
ysuzuki@apple.com | Unreviewed, fix setEntryAddressCommon register usage...
|
commit | commitdiff | tree |
2019-05-30 |
ysuzuki@apple.com | [JSC] Implement op_wide16 / op_wide32 and introduce...
|
commit | commitdiff | tree |
2019-05-29 |
ysuzuki@apple.com | GCHeapInspector should accept weird filename
|
commit | commitdiff | tree |
2019-05-28 |
ysuzuki@apple.com | Unreviewed, revert r242070 due to Membuster regression
|
commit | commitdiff | tree |
2019-05-24 |
ysuzuki@apple.com | Make display-profiler-output work with newer HighLine
|
commit | commitdiff | tree |
2019-05-23 |
ysuzuki@apple.com | [JSC] UnlinkedMetadataTable's offset table should be...
|
commit | commitdiff | tree |
2019-05-23 |
ysuzuki@apple.com | [JSC] ArrayAllocationProfile should not access to butterfly...
|
commit | commitdiff | tree |
2019-05-22 |
ysuzuki@apple.com | [JSC] Shrink Metadata
|
commit | commitdiff | tree |
2019-05-22 |
ysuzuki@apple.com | Don't clear PropertyNameArray in Proxy code
|
commit | commitdiff | tree |
2019-05-22 |
ysuzuki@apple.com | [JSC] ArrayBufferContents::tryAllocate signs the pointer...
|
commit | commitdiff | tree |
2019-05-14 |
ysuzuki@apple.com | [JSC] Shrink sizeof(UnlinkedFunctionExecutable) more
|
commit | commitdiff | tree |
2019-05-14 |
ysuzuki@apple.com | [JSC] Compress JIT related data more by using Packed<>
|
commit | commitdiff | tree |
2019-05-14 |
ysuzuki@apple.com | Unreviewed, build fix after 245258, missing ThreadSpecific...
|
commit | commitdiff | tree |
2019-05-13 |
ysuzuki@apple.com | Unreviewed, wrokaround for MACH_VM_MAX_ADDRESS in ARM32_64
|
commit | commitdiff | tree |
2019-05-13 |
ysuzuki@apple.com | [WTF] Remove Threading workaround for support libraries...
|
commit | commitdiff | tree |
2019-05-13 |
ysuzuki@apple.com | [WTF] Simplify GCThread and CompilationThread flags...
|
commit | commitdiff | tree |
2019-05-13 |
ysuzuki@apple.com | Unreviewed, follow-up after r245214
|
commit | commitdiff | tree |
2019-05-13 |
ysuzuki@apple.com | [JSC] Compress miscelaneous JIT related data structures...
|
commit | commitdiff | tree |
2019-05-12 |
ysuzuki@apple.com | [JSC] Compress Watchpoint size by using enum type and...
|
commit | commitdiff | tree |
2019-05-12 |
ysuzuki@apple.com | [JSC] Compact generator code's bytecode size
|
commit | commitdiff | tree |
2019-05-10 |
ysuzuki@apple.com | [JSC] String substring operation should return ropes...
|
commit | commitdiff | tree |
2019-05-10 |
ysuzuki@apple.com | [WTF] Remove "private:" from Noncopyable and Nonmovable...
|
commit | commitdiff | tree |
2019-05-09 |
ysuzuki@apple.com | Unreviewed, build fix after r245064
|
commit | commitdiff | tree |
2019-05-08 |
ysuzuki@apple.com | Invalid DFG JIT genereation in high CPU usage state
|
commit | commitdiff | tree |
2019-05-08 |
ysuzuki@apple.com | [JSC] DFG_ASSERT failed in lowInt52
|
commit | commitdiff | tree |
2019-05-08 |
ysuzuki@apple.com | [JSC] LLIntPrototypeLoadAdaptiveStructureWatchpoint...
|
commit | commitdiff | tree |
2019-05-08 |
ysuzuki@apple.com | JSC: A bug in BytecodeGenerator::emitEqualityOpImpl
|
commit | commitdiff | tree |
2019-05-07 |
ysuzuki@apple.com | TemplateObject passed to template literal tags are...
|
commit | commitdiff | tree |
2019-05-07 |
ysuzuki@apple.com | [JSC] We should check OOM for description string of...
|
commit | commitdiff | tree |
2019-05-06 |
ysuzuki@apple.com | Unreviewed, land one more test
|
commit | commitdiff | tree |
2019-05-06 |
ysuzuki@apple.com | TemplateObject passed to template literal tags are...
|
commit | commitdiff | tree |
2019-05-06 |
ysuzuki@apple.com | [JSC] Add more tests for DFG SetLocal emission for...
|
commit | commitdiff | tree |
2019-05-03 |
ysuzuki@apple.com | [JSC] Need to emit SetLocal if we emit MovHint in DFGByteCod...
|
commit | commitdiff | tree |
2019-05-03 |
ysuzuki@apple.com | [JSC] Generator CodeBlock generation should be idempotent
|
commit | commitdiff | tree |
2019-05-02 |
ysuzuki@apple.com | [JSC] Inlining Getter/Setter should care availability...
|
commit | commitdiff | tree |
2019-04-30 |
ysuzuki@apple.com | Unreivewed, fix FTL implementation of r244760
|
commit | commitdiff | tree |
2019-04-29 |
ysuzuki@apple.com | normalizeMapKey should normalize NaN to one PureNaN...
|
commit | commitdiff | tree |
2019-04-29 |
ysuzuki@apple.com | JITStubRoutineSet wastes 180KB of HashTable capacity...
|
commit | commitdiff | tree |
2019-04-26 |
ysuzuki@apple.com | [JSC] linkPolymorphicCall now does GC
|
commit | commitdiff | tree |
2019-04-25 |
ysuzuki@apple.com | [bmalloc] Follow-up and fixing bug after r244481
|
commit | commitdiff | tree |
2019-04-25 |
ysuzuki@apple.com | Unreviewed, fix typo in r244481
|
commit | commitdiff | tree |
2019-04-24 |
ysuzuki@apple.com | [JSC] Shrink DFG::MinifiedNode
|
commit | commitdiff | tree |
2019-04-24 |
ysuzuki@apple.com | [JSC] Use node index as DFG::MinifiedID
|
commit | commitdiff | tree |
2019-04-22 |
ysuzuki@apple.com | [JSC] Use volatile load to populate backing page in...
|
commit | commitdiff | tree |
2019-04-22 |
ysuzuki@apple.com | [JSC] useJIT should subsume useRegExpJIT
|
commit | commitdiff | tree |
2019-04-22 |
ysuzuki@apple.com | [bmalloc] Use StaticPerProcess' mutex as bmalloc::Heap...
|
commit | commitdiff | tree |
2019-04-20 |
ysuzuki@apple.com | Unreviewed, suppress warnings in non Darwin environments
|
commit | commitdiff | tree |
2019-04-20 |
ysuzuki@apple.com | [bmalloc] IsoHeap should have lower tier using shared...
|
commit | commitdiff | tree |
2019-04-18 |
ysuzuki@apple.com | [WTF] StringBuilder should set correct m_is8Bit flag...
|
commit | commitdiff | tree |
2019-04-18 |
ysuzuki@apple.com | Unreviewed, fix build failure
|
commit | commitdiff | tree |
2019-04-12 |
ysuzuki@apple.com | [JSC] op_has_indexed_property should not assume subscript...
|
commit | commitdiff | tree |
2019-04-09 |
ysuzuki@apple.com | [JSC] DFG should respect node's strict flag
|
commit | commitdiff | tree |
2019-04-09 |
ysuzuki@apple.com | [JSC] isRope jump in StringSlice should not jump over...
|
commit | commitdiff | tree |
2019-04-08 |
ysuzuki@apple.com | [JSC] to_index_string should not assume incoming value...
|
commit | commitdiff | tree |
2019-04-08 |
ysuzuki@apple.com | Unreviewed, speculative fix for build failure in old...
|
commit | commitdiff | tree |
2019-04-08 |
ysuzuki@apple.com | [JSC] Add more tests for r243966
|
commit | commitdiff | tree |
2019-04-08 |
ysuzuki@apple.com | Unreviewed, rolling in r243948 with test fix
|
commit | commitdiff | tree |
2019-04-07 |
ysuzuki@apple.com | [JSC] CallLinkInfo should clear Callee or CodeBlock...
|
commit | commitdiff | tree |
2019-04-06 |
ysuzuki@apple.com | [JSC] OSRExit recovery for SpeculativeAdd does not...
|
commit | commitdiff | tree |
2019-04-05 |
ysuzuki@apple.com | SIGSEGV in JSC::BytecodeGenerator::addStringConstant
|
commit | commitdiff | tree |
2019-04-05 |
ysuzuki@apple.com | [JSC] makeBoundFunction should not assume incoming...
|
commit | commitdiff | tree |
2019-04-05 |
ysuzuki@apple.com | Unreviewed, speculative fix for build failure
|
commit | commitdiff | tree |
2019-04-04 |
ysuzuki@apple.com | Unreviewed, build fix for CLoop and Windows after r243886
|
commit | commitdiff | tree |
2019-04-04 |
ysuzuki@apple.com | Unreviewed, fix linking error because the build of...
|
commit | commitdiff | tree |
2019-04-04 |
ysuzuki@apple.com | [WebCore] Put most of derived classes of ScriptWrappable...
|
commit | commitdiff | tree |
2019-04-04 |
ysuzuki@apple.com | [JSC] Pass CodeOrigin to FuzzerAgent
|
commit | commitdiff | tree |
2019-04-04 |
ysuzuki@apple.com | Unreviewed, rolling in r243843 with the build fix
|
commit | commitdiff | tree |
2019-04-04 |
ysuzuki@apple.com | [JSC] Add dump feature for RandomizingFuzzerAgent
|
commit | commitdiff | tree |
2019-04-03 |
ysuzuki@apple.com | [JSC] Exception verification crash on operationArrayIndexOfV...
|
commit | commitdiff | tree |
2019-04-03 |
ysuzuki@apple.com | [JSC] Add FuzzerAgent, which has a hooks to get feedback...
|
commit | commitdiff | tree |
2019-04-01 |
ysuzuki@apple.com | [JSC] JSRunLoopTimer::Manager should be small
|
commit | commitdiff | tree |
2019-04-01 |
ysuzuki@apple.com | [JSC] Butterfly allocation from LargeAllocation should...
|
commit | commitdiff | tree |
2019-03-30 |
ysuzuki@apple.com | [JSC] JSWrapperMap should not use Objective-C Weak...
|
commit | commitdiff | tree |
2019-03-29 |
ysuzuki@apple.com | [JSC] Remove distancing for LargeAllocation
|
commit | commitdiff | tree |
2019-03-28 |
ysuzuki@apple.com | [JSC] imports-oom.js intermittently fails
|
commit | commitdiff | tree |
2019-03-28 |
ysuzuki@apple.com | [JSC] Drop VM and Context cache map in JavaScriptCore...
|
commit | commitdiff | tree |
2019-03-27 |
ysuzuki@apple.com | [JSC] Owner of watchpoints should validate at GC finalizing...
|
commit | commitdiff | tree |
2019-03-25 |
ysuzuki@apple.com | Heap::isMarked and friends should be instance methods
|
commit | commitdiff | tree |
2019-03-25 |
ysuzuki@apple.com | Unreviewed, speculative fix for CLoop build on CPU...
|
commit | commitdiff | tree |
2019-03-23 |
ysuzuki@apple.com | [JSC] Shrink sizeof(RegExp)
|
commit | commitdiff | tree |
2019-03-22 |
ysuzuki@apple.com | Unreviewed, build fix for Windows
|
commit | commitdiff | tree |
2019-03-22 |
ysuzuki@apple.com | [JSC] Shrink sizeof(FunctionExecutable) by 16bytes
|
commit | commitdiff | tree |
2019-03-22 |
ysuzuki@apple.com | [JSC] Shrink sizeof(RegExpObject)
|
commit | commitdiff | tree |
2019-03-21 |
ysuzuki@apple.com | [JSC] Do not create JIT related data under non-JIT...
|
commit | commitdiff | tree |
2019-03-21 |
ysuzuki@apple.com | [JSC] Fix JSC build with newer ICU
|
commit | commitdiff | tree |
2019-03-21 |
ysuzuki@apple.com | [JSC] Use finalizer in JSGlobalLexicalEnvironment and...
|
commit | commitdiff | tree |
2019-03-21 |
ysuzuki@apple.com | Update the test to ensure OutOfMemoryError is thrown...
|
commit | commitdiff | tree |
2019-03-20 |
ysuzuki@apple.com | Unreviewed, reduce # of iterations to avoid timing...
|
commit | commitdiff | tree |
2019-03-19 |
ysuzuki@apple.com | [JSC] Add missing exception checks revealed by newly...
|
commit | commitdiff | tree |
2019-03-19 |
ysuzuki@apple.com | [JSC] Generator should not create JSLexicalEnvironment...
|
commit | commitdiff | tree |
2019-03-18 |
ysuzuki@apple.com | [JSC] Add --destroy-vm shell option and dumpHeapStatisticsAt...
|
commit | commitdiff | tree |
2019-03-18 |
ysuzuki@apple.com | [JSC] jsSubstring should resolve rope before calling...
|
commit | commitdiff | tree |
2019-03-17 |
ysuzuki@apple.com | REGRESSION: !vm.isInitializingObject() void* JSC::tryAllocat...
|
commit | commitdiff | tree |
2019-03-15 |
ysuzuki@apple.com | [JSC] Make more properties lazily-allocated in JSGlobalObjec...
|
commit | commitdiff | tree |
2019-03-15 |
ysuzuki@apple.com | [JSC] Retain PrivateName of Symbol before passing it...
|
commit | commitdiff | tree |
2019-03-15 |
ysuzuki@apple.com | REGRESSION(r242841): Fix conservative DFG OSR entry...
|
commit | commitdiff | tree |
next |