Justin Michaud
Justin Michaud
WIP https://github.com/WebKit/WebKit/commit/ccd92d9969a183a8079c5206aaa36e446f56fec5 | Misc | iOS, tvOS & watchOS | macOS | Linux | Windows | | ----- | ---------------------- | ------- | ----- | --------- | | [❌ 🧪...
#### 33f102398d4b7100776d9296af1a21800dc2577f Remove Wasm BBQB3 mode. https://bugs.webkit.org/show_bug.cgi?id=243572 Reviewed by NOBODY (OOPS!). BBQB3 mode was introduced before we had the WASM LLInt, and is no longer needed. * Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj: * Source/JavaScriptCore/Sources.txt:...
#### b59d0400104cb703d6a6b3fea5eb378d8fd1a76a Need a short description (OOPS!). Need the bug URL (OOPS!). Reviewed by NOBODY (OOPS!). * JSTests/microbenchmarks/allocate-without-destructors.js: Added. (let.arr): * Source/JavaScriptCore/heap/Heap.cpp: (JSC::Heap::Heap): (JSC::Heap::runBeginPhase): * Source/JavaScriptCore/heap/Heap.h: * Source/JavaScriptCore/heap/HeapHelperPool.cpp: (JSC::heapHelperPool): *...
This is similar to https://github.com/WebAssembly/memory64/issues/4 but on the implementation side. If an application only needs, say 16gb of ram, then they could specify that their pointer sizes are 34-bit and...
https://bugs.webkit.org/show_bug.cgi?id=245897 Support v128 const load store and extract lane in bbq only with O0 register allocation https://github.com/WebKit/WebKit/commit/8b13148a9d9c6e958e767975f84f5a3156a6267e | Misc | iOS, tvOS & watchOS | macOS | Linux | Windows...
#### 86bc2e992278c1e89a86ad37e7b51bd8a71eed75 Remove simple JS->Wasm entry thunks by using metadata https://bugs.webkit.org/show_bug.cgi?id=267481 rdar://120933304 Reviewed by NOBODY (OOPS!). This patch lays the groundwork for a new way to call wasm functions without...
#### f9b3766beb87471fa0a3e4cd533123eba84d31e9 WASM tail calls should work in OMG tier https://bugs.webkit.org/show_bug.cgi?id=273875 Reviewed by NOBODY (OOPS!). Tom's original patch was correct, but we told him to elide moves to temporary storage...
#### 9840cc671c5fb2d2eba2ca33fbfa3a71c08ce513 Refactor OMG call patchpoint and tail call patchpoint https://bugs.webkit.org/show_bug.cgi?id=273823 Reviewed by NOBODY (OOPS!). The wasm tail calls feature does not currently work when the new frame overlaps the...
#### 27af579da7307f33dc913f7d56ce5a3d0487bcb2 Add my igalia email to contributors.json https://bugs.webkit.org/show_bug.cgi?id=274162 Unreviewed. * metadata/contributors.json: https://github.com/WebKit/WebKit/commit/27af579da7307f33dc913f7d56ce5a3d0487bcb2 | Misc | iOS, tvOS & watchOS | macOS | Linux | Windows | | ----- |...
#### 28a3487291ef9aa8ae93dd6cf4b8107e5f34ffbf [armv7] Enable some IC cases that are currently only 64-bit https://bugs.webkit.org/show_bug.cgi?id=275956 Reviewed by NOBODY (OOPS!). Enable some IC cases that are currently only 64-bit. * .clangd: * JSTests/stress/typed-array-byte-length.js:...