-
Updated
Oct 12, 2021 - Java
Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 671 public repositories matching this topic...
-
Updated
Oct 15, 2021 - Java
We should add cmdlinetest for -XX:[+/-]UseCompressedOops. See the recent issue eclipse-openj9/openj9#13561
Similar to existing cmdlinetests that we have https://github.com/eclipse-openj9/openj9/blob/master/test/functional/cmdLineTests/xxargtest/XXArgumentTesting.xml
As per the title.
By the way, thanks for the work you're doing on jphp, and sorry for so many issues, I'm really interested in the project, and would love to use it for lotsa cool magic upcoming stuff <3
-
Updated
Sep 21, 2021 - Java
-
Updated
Oct 15, 2021 - Java
-
Updated
Sep 17, 2021 - Java
-
Updated
Jul 27, 2021 - Java
-
Updated
Mar 4, 2021 - Java
There should be the option to customize the error or warning behavior of the compiler.
| Possible problem | description |
|---|---|
| native Methode | There is a reference to a native method without replacement. This can result in a break or an unreachable code exception. Then only if the method is called an runtime error occur. |
| missing class/me |
-
Updated
Oct 13, 2021 - Java
-
Updated
Oct 14, 2021 - Java
-
Updated
May 28, 2021 - Java
-
Updated
Oct 11, 2021 - Java
-
Updated
Mar 27, 2019 - Java
-
Updated
Oct 13, 2021 - Java
-
Updated
Sep 24, 2021 - Java
-
Updated
Oct 4, 2021 - Java
求求你们别更新了,我学不会了
-
Updated
Oct 15, 2021 - Java
-
Updated
Oct 5, 2021 - Java
Consider the following:
The above is syntactically valid. But we currently just ignore the annotations attached to the return type of a function type descriptor. i.e., it's not considered in
BLangFunctionTypeNode.