Bug 229161 - Ensure that unused LLInt opcodes are not inadvertently used.
Summary: Ensure that unused LLInt opcodes are not inadvertently used.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-16 13:54 PDT by Mark Lam
Modified: 2021-08-16 16:13 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (1.12 KB, patch)
2021-08-16 13:57 PDT, Mark Lam
rmorisset: review+
Details | Formatted Diff | Diff
proposed patch. (2.36 KB, patch)
2021-08-16 15:43 PDT, Mark Lam
rmorisset: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2021-08-16 13:54:26 PDT
Patch coming.
Comment 1 Mark Lam 2021-08-16 13:57:50 PDT
Created attachment 435628 [details]
proposed patch.
Comment 2 Robin Morisset 2021-08-16 14:13:42 PDT
Comment on attachment 435628 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2021-08-16 15:43:52 PDT
Created attachment 435635 [details]
proposed patch.
Comment 4 Robin Morisset 2021-08-16 15:46:04 PDT
Comment on attachment 435635 [details]
proposed patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=435635&action=review

r=me, thanks a lot for the better Changelog!

> Source/JavaScriptCore/ChangeLog:27
> +        currently emits nothing.  As a result, if we ever have a bug that ends up

typo: emits -> emit
Comment 5 Mark Lam 2021-08-16 16:12:59 PDT
Thanks for the review.  Landed in r281115: <http://trac.webkit.org/r281115>.
Comment 6 Radar WebKit Bug Importer 2021-08-16 16:13:21 PDT
<rdar://problem/82003176>