runtime
Here are 887 public repositories matching this topic...
-
Updated
Mar 2, 2022
-
Updated
Mar 4, 2022 - TypeScript
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like
- Culture Data
- Any PAL related code
- Unused icalls
-
Updated
Oct 30, 2018 - C++
the following poc cause a assertion failure in "debug" build on ubuntu.
function opt(){
const v2 = [-1000000000.0];
v2.length = 4294967295;
const v3 = v2.copyWithin();
return v3;
}
for(let i=0;i<0x200;i++){
opt(false);
}
Seems like an oversight on our part.
I'm imagining that we would
- Make the default amount of fuel
0in the CLI - Add a
--add-fuel <N>option to addNfuel to the store
I think (1) miiiiight be slightly controversial? As an alternative, we would have a --set-fuel <N> option, instead of --add-fuel <N>, and then we would have to ensure that the store gets exactly N fuel rathe
-
Updated
Mar 3, 2022
-
Updated
Jan 11, 2022 - Ruby
-
Updated
May 18, 2021 - Objective-C
-
Updated
Jan 28, 2022 - TypeScript
-
Updated
Feb 25, 2022 - C++
Current, if we try to run a more recent Java class in an old JVM, we get the following error message:
Error: LinkageError occurred while loading main class some.Class
java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=some/Class, offset=6
However, it is not so easily to detect that the class was compiled with a version above the supported by the JVM.Hotspot
-
Updated
Mar 4, 2022 - C
Tons of good improvements that can be made to the codebase:
https://deepsource.io/gh/elsaland/elsa/issues/?category=recommended
-
Updated
Jan 8, 2022 - Rust
Currently, if you create an environment from a process that has the permission to call lunatic::process::allow_namespace it can give greater permissions to sub-processes spawned into the new environment than it has itself.
The lunatic::process::allow_namespace host function should first check if we have permissions for the namespace before allowing us to add it to other environments. Simila
With #235 I've noticed that InstanceOf is undocumented in the readme.
Add a dark/light mode switch in the menu.
The semantic-ui framework already handles that.
The thing is to also change the plot background color when in dark mode.
-
Updated
Mar 3, 2022 - C
-
Updated
Mar 1, 2022 - Rust
-
Updated
Feb 22, 2022
-
Updated
Mar 1, 2022 - C++
Improve this page
Add a description, image, and links to the runtime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the runtime topic, visit your repo's landing page and select "manage topics."
With the introduction of web streams, it would be good to integrate support into the various common stream utilities...
Refs: nodejs/node#39134
/cc @mcollina @ronag
stream.finished()