Closed
Bug 806021
Opened 12 years ago
Closed 11 years ago
BaselineCompiler: Clean up initial patch
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: djvj, Assigned: djvj)
References
Details
Attachments
(1 file)
Clean up Jan's initial baseline compiler patch to be less hackily patched in.
Assignee | ||
Updated•12 years ago
|
Assignee: general → kvijayan
Assignee | ||
Comment 1•12 years ago
|
||
This isn't hooked up to anything yet.
Attachment #675852 -
Flags: review?(jdemooij)
Comment 2•12 years ago
|
||
Comment on attachment 675852 [details] [diff] [review]
Add --enable-baseline flag, ENABLE_BASELINE makefile definition, and JS_BASELINE #define
Review of attachment 675852 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/configure.in
@@ +2206,5 @@
> ;;
> esac
>
> +MOZ_ARG_ENABLE_BOOL(baseline,
> +[ --enable-baseline Enable use of the Baseline JIT],
For simplicity it seems best to match JM and Ion and use --disable-baseline instead.
Attachment #675852 -
Flags: review?(jdemooij)
I really would like to see the patch to move the baseline jit to its own directory.
Assignee | ||
Comment 4•12 years ago
|
||
I think to avoid daily merge issues, it's best to keep that until one final push at the end. I agree that it feels kinda icky to have things in the ion directory though.
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 5•11 years ago
|
||
This bug is no longer relevant. Baseline has been cleaned up, fixed, and landed.
You need to log in
before you can comment on or make changes to this bug.
Description
•