Nadeshiko Manju
Nadeshiko Manju
> `DTRACE_FUNCTION_ENTRY()` and `DTRACE_FUNCTION_EXIT()` are **static** instrumentation points for dtrace, are they not? Yes, it's static > IIUC, this means that they will not work with the JIT. Even if...
> How? That would be some different dtrace points, I'm not sure we need to discuss it here. > There's no point in adding back dtrace support for 3.14, if...
@markshannon ping~
@markshannon ping~
> I'm not opposed to having dtrace hooks, but I don't see much value in them unless they > > * have tests (which means they built in by default,...
> @Zheaoli Can you resolve the conflicts? Yes, But I think we need a final call here. @markshannon Should we recover the USDT probe or we just need to remove...
I think there are many people still need USDT for non-JIT build. I think this PR is still worth to push forward. I resolve the code conflict
close this PR
FS style target can supported by wasm32-wasi. I will take handle of this
For now, I think the service based on the TCP socket is not working because the `wasm32-unknown-unknown` is not support TCP yet, the `wasm32-unknown-emscripten` can support TCP socket but need...