Skip to content

Switch wasm tests to -Os #20

Open
Open
@kmiller68

Description

@kmiller68

We should investigate if it's worth switching from -O2 to -Os. It seems plausible that -O2 makes wire size of a lot of wasm apps significantly larger so they might switch to -Os or should be encouraged to switch to -Os so sites load faster. This matters for JS3 since it impacts how much inlining emcc does and therefore how important it is for the wasm runtime to do good inlining.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions