[webkit-changes] [245652] trunk

2019-05-22 Thread tzagallo
Title: [245652] trunk Revision 245652 Author tzaga...@apple.com Date 2019-05-22 15:19:38 -0700 (Wed, 22 May 2019) Log Message JSTests: llint_slow_path_get_by_id needs to hold the CodeBlock's to update the metadata's mode https://bugs.webkit.org/show_bug.cgi?id=198120 Reviewed by

[webkit-changes] [245646] trunk/Source/JavaScriptCore

2019-05-22 Thread tzagallo
Title: [245646] trunk/Source/_javascript_Core Revision 245646 Author tzaga...@apple.com Date 2019-05-22 14:03:20 -0700 (Wed, 22 May 2019) Log Message Fix validateExceptionChecks for CLoop https://bugs.webkit.org/show_bug.cgi?id=191253 Reviewed by Keith Miller. validateExceptionChecks

[webkit-changes] [245645] trunk

2019-05-22 Thread tzagallo
Title: [245645] trunk Revision 245645 Author tzaga...@apple.com Date 2019-05-22 14:01:40 -0700 (Wed, 22 May 2019) Log Message Stack-buffer-overflow in decodeURIComponent https://bugs.webkit.org/show_bug.cgi?id=198109 Reviewed by Michael Saboff. JSTests: *

[webkit-changes] [245594] trunk/Source/JavaScriptCore

2019-05-21 Thread tzagallo
Title: [245594] trunk/Source/_javascript_Core Revision 245594 Author tzaga...@apple.com Date 2019-05-21 13:30:14 -0700 (Tue, 21 May 2019) Log Message Fix production build after r245564 https://bugs.webkit.org/show_bug.cgi?id=197898 Reviewed by Keith Miller. The production configuration

[webkit-changes] [245564] trunk/Source

2019-05-21 Thread tzagallo
Title: [245564] trunk/Source Revision 245564 Author tzaga...@apple.com Date 2019-05-20 23:52:17 -0700 (Mon, 20 May 2019) Log Message Only cache bytecode for API clients in data vaults https://bugs.webkit.org/show_bug.cgi?id=197898 Source/_javascript_Core: Reviewed by Keith Miller.

[webkit-changes] [245563] trunk/Source/JavaScriptCore

2019-05-21 Thread tzagallo
Title: [245563] trunk/Source/_javascript_Core Revision 245563 Author tzaga...@apple.com Date 2019-05-20 23:31:06 -0700 (Mon, 20 May 2019) Log Message Fix 32-bit btyecode cache crashes https://bugs.webkit.org/show_bug.cgi?id=198035 Reviewed by Michael Saboff. There were 2 32-bit issues

[webkit-changes] [245511] trunk/Source/JavaScriptCore

2019-05-20 Thread tzagallo
Title: [245511] trunk/Source/_javascript_Core Revision 245511 Author tzaga...@apple.com Date 2019-05-19 23:08:47 -0700 (Sun, 19 May 2019) Log Message Add support for %pid in dumpJITMemoryPath https://bugs.webkit.org/show_bug.cgi?id=198026 Reviewed by Saam Barati. This is necessary when

[webkit-changes] [245499] trunk

2019-05-18 Thread tzagallo
Title: [245499] trunk Revision 245499 Author tzaga...@apple.com Date 2019-05-18 00:12:17 -0700 (Sat, 18 May 2019) Log Message Add extra information to dumpJITMemory https://bugs.webkit.org/show_bug.cgi?id=197998 Reviewed by Saam Barati. Source/_javascript_Core: Add ktrace events

[webkit-changes] [245311] trunk/Source/JavaScriptCore

2019-05-14 Thread tzagallo
Title: [245311] trunk/Source/_javascript_Core Revision 245311 Author tzaga...@apple.com Date 2019-05-14 14:38:12 -0700 (Tue, 14 May 2019) Log Message REGRESSION (r245249): ASSERTION FAILED: !m_needExceptionCheck seen with stress/proxy-delete.js and stress/proxy-property-descriptor.js

[webkit-changes] [245249] trunk

2019-05-13 Thread tzagallo
Title: [245249] trunk Revision 245249 Author tzaga...@apple.com Date 2019-05-13 13:52:04 -0700 (Mon, 13 May 2019) Log Message JSObject::getOwnPropertyDescriptor is missing an exception check https://bugs.webkit.org/show_bug.cgi?id=197693 JSTests: Reviewed by Saam Barati. *

[webkit-changes] [245018] trunk

2019-05-07 Thread tzagallo
Title: [245018] trunk Revision 245018 Author tzaga...@apple.com Date 2019-05-07 11:39:27 -0700 (Tue, 07 May 2019) Log Message tryCachePutByID should not crash if target offset changes https://bugs.webkit.org/show_bug.cgi?id=197311 Reviewed by Filip Pizlo. JSTests: Add a series of

[webkit-changes] [244950] trunk

2019-05-04 Thread tzagallo
Title: [244950] trunk Revision 244950 Author tzaga...@apple.com Date 2019-05-04 12:12:31 -0700 (Sat, 04 May 2019) Log Message TypedArrays should not store properties that are canonical numeric indices https://bugs.webkit.org/show_bug.cgi?id=197228 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [244806] trunk

2019-04-30 Thread tzagallo
Title: [244806] trunk Revision 244806 Author tzaga...@apple.com Date 2019-04-30 15:25:09 -0700 (Tue, 30 Apr 2019) Log Message TypeArrays should not store properties that are canonical numeric indices https://bugs.webkit.org/show_bug.cgi?id=197228 Reviewed by Darin Adler. JSTests: *

[webkit-changes] [244470] trunk/Source/JavaScriptCore

2019-04-19 Thread tzagallo
Title: [244470] trunk/Source/_javascript_Core Revision 244470 Author tzaga...@apple.com Date 2019-04-19 14:47:32 -0700 (Fri, 19 Apr 2019) Log Message Add option to dump JIT memory https://bugs.webkit.org/show_bug.cgi?id=197062 Reviewed by Saam Barati. Dump all writes into JIT memory

[webkit-changes] [244300] trunk/Source/JavaScriptCore

2019-04-15 Thread tzagallo
Title: [244300] trunk/Source/_javascript_Core Revision 244300 Author tzaga...@apple.com Date 2019-04-15 15:23:38 -0700 (Mon, 15 Apr 2019) Log Message Bytecode cache should not encode the SourceProvider for UnlinkedFunctionExecutable's classSource

[webkit-changes] [244295] trunk

2019-04-15 Thread tzagallo
Title: [244295] trunk Revision 244295 Author tzaga...@apple.com Date 2019-04-15 14:55:33 -0700 (Mon, 15 Apr 2019) Log Message Incremental bytecode cache should not append function updates when loaded from memory https://bugs.webkit.org/show_bug.cgi?id=196865 Reviewed by Filip Pizlo.

[webkit-changes] [244241] trunk

2019-04-13 Thread tzagallo
Title: [244241] trunk Revision 244241 Author tzaga...@apple.com Date 2019-04-13 01:54:19 -0700 (Sat, 13 Apr 2019) Log Message CodeCache should check that the UnlinkedCodeBlock was successfully created before caching it https://bugs.webkit.org/show_bug.cgi?id=196880 Reviewed by Yusuke

[webkit-changes] [244149] trunk/Source/JavaScriptCore

2019-04-10 Thread tzagallo
Title: [244149] trunk/Source/_javascript_Core Revision 244149 Author tzaga...@apple.com Date 2019-04-10 14:15:18 -0700 (Wed, 10 Apr 2019) Log Message Unreviewed, fix watch build after r244143 https://bugs.webkit.org/show_bug.cgi?id=195000 The result of `lseek` should be `off_t` rather

[webkit-changes] [244143] trunk

2019-04-10 Thread tzagallo
Title: [244143] trunk Revision 244143 Author tzaga...@apple.com Date 2019-04-10 12:18:20 -0700 (Wed, 10 Apr 2019) Log Message Add support for incremental bytecode cache updates https://bugs.webkit.org/show_bug.cgi?id=195000 Reviewed by Filip Pizlo. Source/_javascript_Core: Add support

[webkit-changes] [244069] trunk

2019-04-09 Thread tzagallo
Title: [244069] trunk Revision 244069 Author tzaga...@apple.com Date 2019-04-09 00:54:18 -0700 (Tue, 09 Apr 2019) Log Message ASSERTION FAILED: !scope.exception() || !hasProperty in JSObject::get https://bugs.webkit.org/show_bug.cgi?id=196708 Reviewed by Yusuke Suzuki. JSTests: *

[webkit-changes] [243869] trunk

2019-04-04 Thread tzagallo
Title: [243869] trunk Revision 243869 Author tzaga...@apple.com Date 2019-04-04 08:41:07 -0700 (Thu, 04 Apr 2019) Log Message Cache bytecode for jsc.cpp helpers and fix CachedStringImpl https://bugs.webkit.org/show_bug.cgi?id=196409 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [243867] trunk/Source/JavaScriptCore

2019-04-04 Thread tzagallo
Title: [243867] trunk/Source/_javascript_Core Revision 243867 Author tzaga...@apple.com Date 2019-04-04 07:15:20 -0700 (Thu, 04 Apr 2019) Log Message UnlinkedCodeBlock constructor from cache should initialize m_didOptimize https://bugs.webkit.org/show_bug.cgi?id=196396 Reviewed by Saam

[webkit-changes] [243665] trunk

2019-03-29 Thread tzagallo
Title: [243665] trunk Revision 243665 Author tzaga...@apple.com Date 2019-03-29 14:53:54 -0700 (Fri, 29 Mar 2019) Log Message Assertion failed in JSC::createError https://bugs.webkit.org/show_bug.cgi?id=196305 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [243626] trunk

2019-03-28 Thread tzagallo
Title: [243626] trunk Revision 243626 Author tzaga...@apple.com Date 2019-03-28 15:05:34 -0700 (Thu, 28 Mar 2019) Log Message CodeBlock::jettison() should disallow repatching its own calls https://bugs.webkit.org/show_bug.cgi?id=196359 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [243609] trunk/Source/JavaScriptCore

2019-03-28 Thread tzagallo
Title: [243609] trunk/Source/_javascript_Core Revision 243609 Author tzaga...@apple.com Date 2019-03-28 10:50:19 -0700 (Thu, 28 Mar 2019) Log Message In-memory code cache should not share bytecode across domains https://bugs.webkit.org/show_bug.cgi?id=196321 Reviewed by Geoffrey Garen.

[webkit-changes] [243335] trunk/Source/JavaScriptCore

2019-03-21 Thread tzagallo
Title: [243335] trunk/Source/_javascript_Core Revision 243335 Author tzaga...@apple.com Date 2019-03-21 15:04:56 -0700 (Thu, 21 Mar 2019) Log Message JSC::createError should clear exception thrown by errorDescriptionForValue https://bugs.webkit.org/show_bug.cgi?id=196089 Reviewed by

[webkit-changes] [243299] trunk

2019-03-21 Thread tzagallo
Title: [243299] trunk Revision 243299 Author tzaga...@apple.com Date 2019-03-21 10:42:41 -0700 (Thu, 21 Mar 2019) Log Message JSObject::putDirectIndexSlowOrBeyondVectorLength should check if indexIsSufficientlyBeyondLengthForSparseMap https://bugs.webkit.org/show_bug.cgi?id=196078

[webkit-changes] [243295] trunk/Source/JavaScriptCore

2019-03-21 Thread tzagallo
Title: [243295] trunk/Source/_javascript_Core Revision 243295 Author tzaga...@apple.com Date 2019-03-21 09:45:25 -0700 (Thu, 21 Mar 2019) Log Message CachedUnlinkedSourceCodeShape::m_provider should be a CachedRefPtr https://bugs.webkit.org/show_bug.cgi?id=196079 Reviewed by Saam

[webkit-changes] [243246] trunk

2019-03-20 Thread tzagallo
Title: [243246] trunk Revision 243246 Author tzaga...@apple.com Date 2019-03-20 15:12:12 -0700 (Wed, 20 Mar 2019) Log Message JSC::createError needs to check for OOM in errorDescriptionForValue https://bugs.webkit.org/show_bug.cgi?id=196032 Reviewed by Mark Lam. JSTests: *

[webkit-changes] [242649] trunk

2019-03-08 Thread tzagallo
Title: [242649] trunk Revision 242649 Author tzaga...@apple.com Date 2019-03-08 11:18:18 -0800 (Fri, 08 Mar 2019) Log Message op_check_tdz does not def its argument https://bugs.webkit.org/show_bug.cgi?id=192880 Reviewed by Saam Barati. JSTests: * microbenchmarks/let-for-in.js:

[webkit-changes] [242605] trunk/Source/JavaScriptCore

2019-03-07 Thread tzagallo
Title: [242605] trunk/Source/_javascript_Core Revision 242605 Author tzaga...@apple.com Date 2019-03-07 11:43:43 -0800 (Thu, 07 Mar 2019) Log Message Lazily decode cached bytecode https://bugs.webkit.org/show_bug.cgi?id=194810 Reviewed by Saam Barati. Like lazy parsing, we should pause

[webkit-changes] [242257] trunk/Source/JavaScriptCore

2019-02-28 Thread tzagallo
Title: [242257] trunk/Source/_javascript_Core Revision 242257 Author tzaga...@apple.com Date 2019-02-28 23:31:44 -0800 (Thu, 28 Feb 2019) Log Message Remove CachedPtr::m_isEmpty and CachedOptional::m_isEmpty fields https://bugs.webkit.org/show_bug.cgi?id=194999 Reviewed by Saam Barati.

[webkit-changes] [242054] trunk/Source/JavaScriptCore

2019-02-25 Thread tzagallo
Title: [242054] trunk/Source/_javascript_Core Revision 242054 Author tzaga...@apple.com Date 2019-02-25 12:15:53 -0800 (Mon, 25 Feb 2019) Log Message Avoid hashing CompactVariableEnvironment when decoding CompactVariableMap::Handle https://bugs.webkit.org/show_bug.cgi?id=194937 Reviewed

[webkit-changes] [242053] trunk/Source/JavaScriptCore

2019-02-25 Thread tzagallo
Title: [242053] trunk/Source/_javascript_Core Revision 242053 Author tzaga...@apple.com Date 2019-02-25 12:13:01 -0800 (Mon, 25 Feb 2019) Log Message Remove unnecessary WTF:: prefixes in CachedTypes https://bugs.webkit.org/show_bug.cgi?id=194936 Reviewed by Saam Barati. Cleanup

[webkit-changes] [241938] trunk/Source/JavaScriptCore

2019-02-22 Thread tzagallo
Title: [241938] trunk/Source/_javascript_Core Revision 241938 Author tzaga...@apple.com Date 2019-02-22 01:08:35 -0800 (Fri, 22 Feb 2019) Log Message Cache CompactVariableMap::Handle instead of VariableEnvironment for UnlinkedFunctionExecutable

[webkit-changes] [241758] trunk/Source/JavaScriptCore

2019-02-19 Thread tzagallo
Title: [241758] trunk/Source/_javascript_Core Revision 241758 Author tzaga...@apple.com Date 2019-02-19 02:04:53 -0800 (Tue, 19 Feb 2019) Log Message Move bytecode cache-related filesystem code out of CodeCache https://bugs.webkit.org/show_bug.cgi?id=194675 Reviewed by Saam Barati. The

[webkit-changes] [241733] trunk

2019-02-18 Thread tzagallo
Title: [241733] trunk Revision 241733 Author tzaga...@apple.com Date 2019-02-18 12:55:45 -0800 (Mon, 18 Feb 2019) Log Message Bytecode cache should a have a boot-specific validation https://bugs.webkit.org/show_bug.cgi?id=194769 Reviewed by Keith Miller. Source/_javascript_Core: Add

[webkit-changes] [241660] trunk/Source/JavaScriptCore

2019-02-18 Thread tzagallo
Title: [241660] trunk/Source/_javascript_Core Revision 241660 Author tzaga...@apple.com Date 2019-02-18 02:20:28 -0800 (Mon, 18 Feb 2019) Log Message Add version number to cached bytecode https://bugs.webkit.org/show_bug.cgi?id=194768 Reviewed by Saam Barati. Add a version number to

[webkit-changes] [241612] trunk/Source/JavaScriptCore

2019-02-15 Thread tzagallo
Title: [241612] trunk/Source/_javascript_Core Revision 241612 Author tzaga...@apple.com Date 2019-02-15 13:27:54 -0800 (Fri, 15 Feb 2019) Log Message Move bytecode cache-related filesystem code out of CodeCache https://bugs.webkit.org/show_bug.cgi?id=194675 Reviewed by Saam Barati.

[webkit-changes] [241552] trunk/Source/JavaScriptCore

2019-02-14 Thread tzagallo
Title: [241552] trunk/Source/_javascript_Core Revision 241552 Author tzaga...@apple.com Date 2019-02-14 10:12:23 -0800 (Thu, 14 Feb 2019) Log Message generateUnlinkedCodeBlockForFunctions shouldn't need to create a FunctionExecutable just to get its source code

[webkit-changes] [241550] trunk/Source/JavaScriptCore

2019-02-14 Thread tzagallo
Title: [241550] trunk/Source/_javascript_Core Revision 241550 Author tzaga...@apple.com Date 2019-02-14 09:37:23 -0800 (Thu, 14 Feb 2019) Log Message CachedBitVector's size must be converted from bits to bytes https://bugs.webkit.org/show_bug.cgi?id=194441 Reviewed by Saam Barati.

[webkit-changes] [241447] trunk/Source/JavaScriptCore

2019-02-13 Thread tzagallo
Title: [241447] trunk/Source/_javascript_Core Revision 241447 Author tzaga...@apple.com Date 2019-02-13 11:16:36 -0800 (Wed, 13 Feb 2019) Log Message VariableLengthObject::allocate should initialize objects https://bugs.webkit.org/show_bug.cgi?id=194534 Reviewed by Michael Saboff.

[webkit-changes] [241442] trunk/Source/JavaScriptCore

2019-02-13 Thread tzagallo
Title: [241442] trunk/Source/_javascript_Core Revision 241442 Author tzaga...@apple.com Date 2019-02-13 10:50:20 -0800 (Wed, 13 Feb 2019) Log Message CodeBlocks read from disk should not be re-written https://bugs.webkit.org/show_bug.cgi?id=194535 Reviewed by Michael Saboff. Keep track

[webkit-changes] [241431] trunk/Source/JavaScriptCore

2019-02-13 Thread tzagallo
Title: [241431] trunk/Source/_javascript_Core Revision 241431 Author tzaga...@apple.com Date 2019-02-13 04:21:00 -0800 (Wed, 13 Feb 2019) Log Message SourceCode should be copied when generating bytecode for functions https://bugs.webkit.org/show_bug.cgi?id=194536 Reviewed by Saam

[webkit-changes] [240821] trunk/Source/JavaScriptCore

2019-01-31 Thread tzagallo
Title: [240821] trunk/Source/_javascript_Core Revision 240821 Author tzaga...@apple.com Date 2019-01-31 14:21:57 -0800 (Thu, 31 Jan 2019) Log Message Fix `runJITThreadLimitTests` in testapi https://bugs.webkit.org/show_bug.cgi?id=194064 Reviewed by Mark Lam. Fix typo where

[webkit-changes] [240820] trunk/Source/JavaScriptCore

2019-01-31 Thread tzagallo
Title: [240820] trunk/Source/_javascript_Core Revision 240820 Author tzaga...@apple.com Date 2019-01-31 14:19:52 -0800 (Thu, 31 Jan 2019) Log Message testapi fails RELEASE_ASSERT(codeBlock) in fetchFromDisk() of CodeCache.h https://bugs.webkit.org/show_bug.cgi?id=194112 Reviewed by Mark

[webkit-changes] [240753] trunk/Source/JavaScriptCore

2019-01-30 Thread tzagallo
Title: [240753] trunk/Source/_javascript_Core Revision 240753 Author tzaga...@apple.com Date 2019-01-30 19:07:56 -0800 (Wed, 30 Jan 2019) Log Message testapi's `testBytecodeCache` does not need to run the code twice https://bugs.webkit.org/show_bug.cgi?id=194046 Reviewed by Mark Lam.

[webkit-changes] [240739] trunk/Source/JavaScriptCore

2019-01-30 Thread tzagallo
Title: [240739] trunk/Source/_javascript_Core Revision 240739 Author tzaga...@apple.com Date 2019-01-30 16:46:59 -0800 (Wed, 30 Jan 2019) Log Message Remove assertion that CachedSymbolTables should have no RareData https://bugs.webkit.org/show_bug.cgi?id=194037 Reviewed by Mark Lam. It

[webkit-changes] [240732] trunk/Source/JavaScriptCore

2019-01-30 Thread tzagallo
Title: [240732] trunk/Source/_javascript_Core Revision 240732 Author tzaga...@apple.com Date 2019-01-30 14:56:46 -0800 (Wed, 30 Jan 2019) Log Message CachedBytecode's move constructor should not call `freeDataIfOwned` https://bugs.webkit.org/show_bug.cgi?id=194045 Reviewed by Mark Lam.

[webkit-changes] [240511] trunk/Source/JavaScriptCore

2019-01-25 Thread tzagallo
Title: [240511] trunk/Source/_javascript_Core Revision 240511 Author tzaga...@apple.com Date 2019-01-25 14:31:12 -0800 (Fri, 25 Jan 2019) Log Message Add API to generate and consume cached bytecode https://bugs.webkit.org/show_bug.cgi?id=193401 Reviewed by Keith Miller. Add the

[webkit-changes] [240257] trunk/Source/JavaScriptCore

2019-01-22 Thread tzagallo
Title: [240257] trunk/Source/_javascript_Core Revision 240257 Author tzaga...@apple.com Date 2019-01-22 10:33:18 -0800 (Tue, 22 Jan 2019) Log Message Unreviewed, restore bytecode cache-related JSC options deleted in r240254 https://bugs.webkit.org/show_bug.cgi?id=192782 The JSC options

[webkit-changes] [239731] trunk

2019-01-08 Thread tzagallo
Title: [239731] trunk Revision 239731 Author tzaga...@apple.com Date 2019-01-08 10:29:44 -0800 (Tue, 08 Jan 2019) Log Message LLInt put_by_id uses the wrong load instruction for loading flags from the metadata https://bugs.webkit.org/show_bug.cgi?id=193221 Reviewed by Mark Lam.

[webkit-changes] [239626] trunk

2019-01-04 Thread tzagallo
Title: [239626] trunk Revision 239626 Author tzaga...@apple.com Date 2019-01-04 11:52:26 -0800 (Fri, 04 Jan 2019) Log Message Baseline version of get_by_id may corrupt metadata https://bugs.webkit.org/show_bug.cgi?id=193085 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [239439] trunk

2018-12-20 Thread tzagallo
Title: [239439] trunk Revision 239439 Author tzaga...@apple.com Date 2018-12-20 08:06:44 -0800 (Thu, 20 Dec 2018) Log Message JSTests: WTF::String and StringImpl overflow MaxLength https://bugs.webkit.org/show_bug.cgi?id=192853 Reviewed by Mark Lam. *

[webkit-changes] [239375] trunk

2018-12-19 Thread tzagallo
Title: [239375] trunk Revision 239375 Author tzaga...@apple.com Date 2018-12-19 03:33:12 -0800 (Wed, 19 Dec 2018) Log Message String overflow in JSC::createError results in ASSERT in WTF::makeString https://bugs.webkit.org/show_bug.cgi?id=192833 Reviewed by Mark Lam. JSTests: *

[webkit-changes] [238997] trunk/Source/JavaScriptCore

2018-12-07 Thread tzagallo
Title: [238997] trunk/Source/_javascript_Core Revision 238997 Author tzaga...@apple.com Date 2018-12-07 17:12:57 -0800 (Fri, 07 Dec 2018) Log Message Align the metadata table on all platforms https://bugs.webkit.org/show_bug.cgi?id=192050 Reviewed by Mark Lam. Although certain

[webkit-changes] [238499] trunk

2018-11-26 Thread tzagallo
Title: [238499] trunk Revision 238499 Author tzaga...@apple.com Date 2018-11-26 10:15:18 -0800 (Mon, 26 Nov 2018) Log Message ASSERTION FAILED: m_outOfLineJumpTargets.contains(bytecodeOffset) https://bugs.webkit.org/show_bug.cgi?id=191716 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [238281] trunk

2018-11-16 Thread tzagallo
Title: [238281] trunk Revision 238281 Author tzaga...@apple.com Date 2018-11-16 07:24:04 -0800 (Fri, 16 Nov 2018) Log Message Fix assertion failure on BytecodeGenerator::recordOpcode https://bugs.webkit.org/show_bug.cgi?id=191724 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [237933] trunk/Source/JavaScriptCore

2018-11-07 Thread tzagallo
Title: [237933] trunk/Source/_javascript_Core Revision 237933 Author tzaga...@apple.com Date 2018-11-07 11:38:14 -0800 (Wed, 07 Nov 2018) Log Message Align wide opcodes in the instruction stream https://bugs.webkit.org/show_bug.cgi?id=191254 Reviewed by Keith Miller. Pad the bytecode

[webkit-changes] [237919] trunk

2018-11-07 Thread tzagallo
Title: [237919] trunk Revision 237919 Author tzaga...@apple.com Date 2018-11-07 01:05:15 -0800 (Wed, 07 Nov 2018) Log Message REGRESSION(r237547): Test failures on 32-bit JSC since the JIT was disabled https://bugs.webkit.org/show_bug.cgi?id=191184 Reviewed by Saam Barati. JSTests:

[webkit-changes] [237734] trunk/Source/JavaScriptCore

2018-11-02 Thread tzagallo
Title: [237734] trunk/Source/_javascript_Core Revision 237734 Author tzaga...@apple.com Date 2018-11-02 08:46:57 -0700 (Fri, 02 Nov 2018) Log Message Metadata should not be copyable https://bugs.webkit.org/show_bug.cgi?id=191193 Reviewed by Keith Miller. We should only ever hold

[webkit-changes] [237728] trunk/Source/JavaScriptCore

2018-11-02 Thread tzagallo
Title: [237728] trunk/Source/_javascript_Core Revision 237728 Author tzaga...@apple.com Date 2018-11-02 03:46:34 -0700 (Fri, 02 Nov 2018) Log Message REGRESSION(r237547): Exception handlers should be aware of wide opcodes when JIT is disabled

[webkit-changes] [237645] trunk/Source/JavaScriptCore

2018-10-31 Thread tzagallo
Title: [237645] trunk/Source/_javascript_Core Revision 237645 Author tzaga...@apple.com Date 2018-10-31 11:44:11 -0700 (Wed, 31 Oct 2018) Log Message Adjust inlining threshold for new bytecode format https://bugs.webkit.org/show_bug.cgi?id=191115 Reviewed by Saam Barati. The new format

[webkit-changes] [237641] trunk

2018-10-31 Thread tzagallo
Title: [237641] trunk Revision 237641 Author tzaga...@apple.com Date 2018-10-31 09:39:06 -0700 (Wed, 31 Oct 2018) Log Message REGRESSION(r237547): Exception handlers should be aware of wide opcodes https://bugs.webkit.org/show_bug.cgi?id=191108 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [237576] trunk/Source/JavaScriptCore

2018-10-29 Thread tzagallo
Title: [237576] trunk/Source/_javascript_Core Revision 237576 Author tzaga...@apple.com Date 2018-10-29 19:51:23 -0700 (Mon, 29 Oct 2018) Log Message Unreviewed, fix JSC on arm64e after r237547 https://bugs.webkit.org/show_bug.cgi?id=187373 Unreviewed. Remove unused move guarded by

[webkit-changes] [237553] trunk

2018-10-29 Thread tzagallo
Title: [237553] trunk Revision 237553 Author tzaga...@apple.com Date 2018-10-29 08:46:14 -0700 (Mon, 29 Oct 2018) Log Message Add support for GetStack FlushedDouble https://bugs.webkit.org/show_bug.cgi?id=191012 Reviewed by Saam Barati. JSTests: * stress/get-stack-double.js: Added.

[webkit-changes] [237484] trunk/Source/JavaScriptCore

2018-10-26 Thread tzagallo
Title: [237484] trunk/Source/_javascript_Core Revision 237484 Author tzaga...@apple.com Date 2018-10-26 15:02:54 -0700 (Fri, 26 Oct 2018) Log Message Gardening: Build fix after r237479. https://bugs.webkit.org/show_bug.cgi?id=187373 Unreviewed. * Configurations/JSC.xcconfig: *

[webkit-changes] [237088] trunk/Source/JavaScriptCore

2018-10-12 Thread tzagallo
Title: [237088] trunk/Source/_javascript_Core Revision 237088 Author tzaga...@apple.com Date 2018-10-12 16:16:51 -0700 (Fri, 12 Oct 2018) Log Message Gardening: Build fix after r237084. https://bugs.webkit.org/show_bug.cgi?id=189708 Unreviewd. *

[webkit-changes] [237084] trunk/Source/JavaScriptCore

2018-10-12 Thread tzagallo
Title: [237084] trunk/Source/_javascript_Core Revision 237084 Author tzaga...@apple.com Date 2018-10-12 15:39:44 -0700 (Fri, 12 Oct 2018) Log Message Separate configuration extraction from offset extraction https://bugs.webkit.org/show_bug.cgi?id=189708 Reviewed by Keith Miller.

[webkit-changes] [236434] trunk/Source/JavaScriptCore

2018-09-24 Thread tzagallo
Title: [236434] trunk/Source/_javascript_Core Revision 236434 Author tzaga...@apple.com Date 2018-09-24 15:59:23 -0700 (Mon, 24 Sep 2018) Log Message offlineasm: fix macro scoping https://bugs.webkit.org/show_bug.cgi?id=189902 Reviewed by Mark Lam. In the code below, the reference to

[webkit-changes] [236430] trunk/Source/JavaScriptCore

2018-09-24 Thread tzagallo
Title: [236430] trunk/Source/_javascript_Core Revision 236430 Author tzaga...@apple.com Date 2018-09-24 15:03:34 -0700 (Mon, 24 Sep 2018) Log Message Add forEach method for iterating CodeBlock's ValueProfiles https://bugs.webkit.org/show_bug.cgi?id=189897 Reviewed by Mark Lam. Add

[webkit-changes] [234180] trunk/Source/JavaScriptCore

2018-07-24 Thread tzagallo
Title: [234180] trunk/Source/_javascript_Core Revision 234180 Author tzaga...@apple.com Date 2018-07-24 16:42:23 -0700 (Tue, 24 Jul 2018) Log Message Don't modify Options when setting JIT thread limits https://bugs.webkit.org/show_bug.cgi?id=187886 Reviewed by Filip Pizlo. Previously,

[webkit-changes] [233286] trunk/Tools

2018-06-27 Thread tzagallo
Title: [233286] trunk/Tools Revision 233286 Author tzaga...@apple.com Date 2018-06-27 16:22:48 -0700 (Wed, 27 Jun 2018) Log Message Unreviewed, add myself as a WebKit committer. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog

<    1   2