fitzgen opened issue #3531:
We should check in all generated code, since it doesn't change based on any user of
cranelift-codegen
's input or system or anything like that, and have a script that we can re-run as needed to regenerate these files. This will speed up compile times and removecargo build
time dependencies.See also this thread https://github.com/bytecodealliance/wasmtime/pull/3506#discussion_r743045020
cfallin commented on issue #3531:
As noted in #3540, possibly a good way to go about this would be to maintain a small
build.rs
that just does a check for stale sources by comparing the meta-sources against a manifest, as #3534 does for ISLE. I think we should try to protect against this otherwise somewhat probable silent failure for new contributors; hopefully abuild.rs
that just usessha2
and nothing else is relatively fast to compile :-)
akirilov-arm labeled issue #3531:
We should check in all generated code, since it doesn't change based on any user of
cranelift-codegen
's input or system or anything like that, and have a script that we can re-run as needed to regenerate these files. This will speed up compile times and removecargo build
time dependencies.See also this thread https://github.com/bytecodealliance/wasmtime/pull/3506#discussion_r743045020
akirilov-arm labeled issue #3531:
We should check in all generated code, since it doesn't change based on any user of
cranelift-codegen
's input or system or anything like that, and have a script that we can re-run as needed to regenerate these files. This will speed up compile times and removecargo build
time dependencies.See also this thread https://github.com/bytecodealliance/wasmtime/pull/3506#discussion_r743045020
akirilov-arm labeled issue #3531:
We should check in all generated code, since it doesn't change based on any user of
cranelift-codegen
's input or system or anything like that, and have a script that we can re-run as needed to regenerate these files. This will speed up compile times and removecargo build
time dependencies.See also this thread https://github.com/bytecodealliance/wasmtime/pull/3506#discussion_r743045020
akirilov-arm labeled issue #3531:
We should check in all generated code, since it doesn't change based on any user of
cranelift-codegen
's input or system or anything like that, and have a script that we can re-run as needed to regenerate these files. This will speed up compile times and removecargo build
time dependencies.See also this thread https://github.com/bytecodealliance/wasmtime/pull/3506#discussion_r743045020
alexcrichton closed issue #3531:
We should check in all generated code, since it doesn't change based on any user of
cranelift-codegen
's input or system or anything like that, and have a script that we can re-run as needed to regenerate these files. This will speed up compile times and removecargo build
time dependencies.See also this thread https://github.com/bytecodealliance/wasmtime/pull/3506#discussion_r743045020
alexcrichton commented on issue #3531:
Given the experience from https://github.com/bytecodealliance/wasmtime/issues/4066 it seems we're pretty unlikely to reverse direction at this point, so I'm going to close.
Last updated: Nov 22 2024 at 17:03 UTC