compiler tag

16 questions


1 answers
78 views
0
consolidate the minimum compilation environment into a single file

Can I consolidate the minimum environment required for compilation into a single executable file?I would like to have a C compiler environment that can be carried in USB memory, and I would like to re...

1 years ago

1 answers
95 views
0
Local repository class file version is incorrect and cannot be compiled

I am developing Java environment using vscode and maven, but I am using pom.xml dependency<dependency> <groupId>io.genetics</groupId> <artifactId> genetics</artifactId>...

1 years ago

7 answers
87 views
0
Do you have a Java version of CoffeeScript→ JavaScript?

CoffeeScript→JavaScriptas inI'm looking for something that writes Java in a different language and compiles it with Java code.○○→ Java I have an image like this, but if you don't mind if it's close to...

1 years ago

2 answers
94 views
0
Do we need an assembler for an assembler?

BackgroundWhile studying C language compilers, I learned that there was a bootstrap problem, such as Compilers for Compiling C Language…, and that the earliest compilers were implemented in the assemb...

1 years ago

1 answers
69 views
0
Check reference passing when passing objects with heavy C++ generation and release to functions with const

In C++, you may forget to refer to objects with heavy generation and release, such as std::set, when passing them to a function with const.Do you have any existing code review tools or compiler option...

1 years ago

1 answers
131 views
0
Compiling with Static Links in nvcc(cuda)

Is it possible to compile with a static link in nvcc(cuda) using a method like the -static option in gcc?I'd like to run cuda-stream benchmark on the simulator, but the simulator does not support dyna...

1 years ago

1 answers
95 views
0
C# Structural List Loop Processing Time Question

Hello, I'm testing the execution time of the structure list, but I found something interesting when I didn't know.TransformSystem is the class that operates structure Vector3.The method MoveObject add...

1 years ago

2 answers
85 views
0
I'd like to make commercial software on Python.

Hello,I would like to make commercial software with Python 2.7. Please let me know the following.①Do I have to disclose all the source code?②Is it impossible to compile without decompiling?③I use seve...

1 years ago

1 answers
112 views
0
Error when SimPipe builds simulation environment and uses test

When I tried to run the test program hello.c in a SimPipe environment on Mac OSX, I encountered the following problems:./SimPipe SimMips/test/qsortWhen I typed , I tried to test hello.c in workspace e...

1 years ago

1 answers
61 views
0
Why do you define true like #define TRUE (1==1) instead of just 1?

I saw the C chordWhy did they bother writing it like that instead of writing it as 1, 0?Is there anything better?#define TRUE (1==1)#define FALSE (!TRUE)

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.