Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 092312e83530956682e6c6ee2bece5faa94bc958 https://github.com/WebKit/WebKit/commit/092312e83530956682e6c6ee2bece5faa94bc958 Author: Yijia Huang <hyjo...@gmail.com> Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths: M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm Log Message: ----------- [JSC] Remove redundant wasmInstance moves before operationCall https://bugs.webkit.org/show_bug.cgi?id=298672 rdar://160303279 Reviewed by Keith Miller. Remove redundant `move wasmInstance, a0` instructions in InPlaceInterpreter64.asm since the `operationCall` macro already automatically do that making these manual moves unnecessary and redundant. No functional change. Canonical link: https://commits.webkit.org/299819@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes