[webkit-reviews] review requested: [Bug 226258] AirAllocateStackByGraphColoring should use the optimized interference graphs from AirAllocateRegistersByGraphColoring : [Attachment 429934] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 15:05:29 PDT 2021


Robin Morisset <rmorisset at apple.com> has asked	for review:
Bug 226258: AirAllocateStackByGraphColoring should use the optimized
interference graphs from AirAllocateRegistersByGraphColoring
https://bugs.webkit.org/show_bug.cgi?id=226258

Attachment 429934: Patch

https://bugs.webkit.org/attachment.cgi?id=429934&action=review




--- Comment #7 from Robin Morisset <rmorisset at apple.com> ---
Created attachment 429934

  --> https://bugs.webkit.org/attachment.cgi?id=429934&action=review

Patch

Fix a stupid infinite loop in remap() !
Also avoided creating self-interfering edges, so we no longer need to be on the
lookout for those.


More information about the webkit-reviews mailing list