-
Notifications
You must be signed in to change notification settings - Fork 0
Detta är lite långt tror jag och så slutar det med punkt. #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: maint
Are you sure you want to change the base?
Conversation
1a580b7 to
1b0ad84
Compare
|
Detta är ett bra meddelande, nej bara skojja det är skitlångt. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Detta är ett bra meddelande, nej bara skojja det är skitlångt. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message:Detta är ett bra meddelande, nej bara skojja det är skitlångt. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande, nej bara skojja det är skitlångt. I am a script, I am not human |
1b0ad84 to
ebaa949
Compare
|
Patch has passed first testings and has been assigned to be reviewed I am a script, I am not human |
ebaa949 to
56c4df3
Compare
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
56c4df3 to
3e6bb12
Compare
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande... I am a script, I am not human |
sakjfasölkfna asfdksaölfkmnsaöfm
3e6bb12 to
d5ce7c3
Compare
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
5 similar comments
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
|
The summary line of the commit message is too long and/or ends with a "." Bad message: Detta är ett bra meddelande. I am a script, I am not human |
Main problem: A faulty HIPE_LITERAL_CRC was not detected by the loader. Strangeness #1: Dialyzer should ask the hipe compiler about the target checksum, not an internal bif. Strangeness #2: The HIPE_SYSTEM_CRC checksum was based on the HIPE_LITERALS_CRC checksum. Solution: New HIPE_ERTS_CHECKSUM which is an bxor of the two (now independent) HIPE_LITERALS_CRC and HIPE_SYSTEM_CRC. HIPE_LITERALS_CRC represents values that are assumed to stay constant for different VM configurations of the same arch, and are therefor hard coded into the hipe compiler. HIPE_SYSTEM_CRC represents values that may differ between VM variants. By default the hipe compiler asks the running VM for this checksum, in order to create beam files for the same running VM. The hipe compiler can be configured (with "make XCOMP=yes ...") to create beam files for another VM variant, in which case HIPE_SYSTEM_CRC is also hard coded. ToDo: Treat all erts properties the same. Either ask the running VM or hard coded into hipe (if XCOMP=yes). This will simplify and reduce the risk of dangerous mismatches. One concern might be the added overhead from more frequent calls to hipe_bifs:get_rts_param.
No description provided.