Bug 151371 - B3::generate should separate out the final Air codegen, so that it can be done outside the Graph safepoint
Summary: B3::generate should separate out the final Air codegen, so that it can be don...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 151370
  Show dependency treegraph
 
Reported: 2015-11-17 16:41 PST by Filip Pizlo
Modified: 2015-11-17 17:27 PST (History)
12 users (show)

See Also:


Attachments
the patch (11.82 KB, patch)
2015-11-17 17:20 PST, Filip Pizlo
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-11-17 16:41:25 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2015-11-17 17:20:44 PST
Created attachment 265719 [details]
the patch
Comment 2 Benjamin Poulain 2015-11-17 17:24:58 PST
Comment on attachment 265719 [details]
the patch

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

> Source/JavaScriptCore/ChangeLog:17
> +        happens to be the part where we call stackmap generation callbacks. In other words, preperation

Typo: preperation
Comment 3 Filip Pizlo 2015-11-17 17:27:52 PST
Landed in http://trac.webkit.org/changeset/192558