Viewing profile — asamy45
asamy45
HN member- Joined
- Wed, May 25, 2016, 12:05 PM UTC
- HN karma
- 15
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About asamy45
Recent public activity
-
comment
Comment #24970020
Doctype | Software engineer | Stockholm, Sweden | ONSITE, VISA or REMOTE (worldwide) | Full-time | https://www.doctype.se/ We're a small digital agency based in Stockholm, Sweden. …
-
comment
Comment #24661576
Doctype | Software engineer | Stockholm, Sweden | ONSITE, VISA or REMOTE (worldwide) | Full-time | https://www.doctype.se/ We're a small digital agency based in Stockholm, Sweden. …
-
comment
Comment #24346191
Doctype | Software engineer | Stockholm, Sweden | ONSITE, VISA or REMOTE (worldwide) | Full-time | https://www.doctype.se/ We're a small digital agency based in Stockholm, Sweden. …
-
comment
Comment #22225962
Doctype | Software engineer with reverse engineering skills / Anti-cheat engineer | Stockholm, Sweden | ONSITE, VISA or REMOTE (worldwide) | Full-time | https://www.doctype.se/ We'…
-
comment
Comment #21130504
Doctype | Software engineer with reverse engineering skills / Anti-cheat engineer | Stockholm, Sweden | ONSITE, VISA or REMOTE (worldwide) | Full-time | https://www.doctype.se/ We'…
-
comment
Comment #14251751
So how does this belong to HN?
- story
- story
- story
- story
- story
-
comment
Comment #12923571
The movslq instruction will sign extend the upper 32 bits.
-
comment
Comment #12923483
Actually he clearly misunderstands the difference, IA-32 refers to x86, which he then says IA-64, which refers to Itanium, which is sort of a bad comparison then.
-
comment
Comment #12923387
No, I am not sure why this happens.
-
comment
Comment #12923383
His scope of talk sounds as if he is referring to x86-64. Many people mistake the IA-64 for x86-64, that's why I assumed he'd be talking about it. Not to mention that IA-32 refers …
-
comment
Comment #12922838
Doesn't happen for me. Both GCC and Clang compile it fine.
-
comment
Comment #12922671
Right, C compilers will automatically known it's part of libc. You didn't need to do the separate file thing, you could just have the wrapper and it will trigger the movslq, or a c…
-
comment
Comment #12922370
Just think of the generated assembly.
-
comment
Comment #12922305
No. The int to int * truncation does not happen, the cast does not matter. What matters is the `int *p' which is 64-bit on 64-bit systems, so the compiler will just move the return…
-
comment
Comment #12922183
There is no cast that happens behind the scene, look at the generated assembly.
-
comment
Comment #12922159
Has nothing to do with includes, it has no error. The C compiler will automatically know its imported. He probably thinks that `int *` is 32-bit regardless.
- story
-
comment
Comment #12112302
No. Finland speaks Finnish and Swedish, and they lie within the Nordic region.
-
comment
Comment #12090912
Renamed to KSM then, thanks!
-
comment
Comment #12090538
corysama, yeah, it's based on KVM, I am not very creative in the naming field. Yes, it's kernel based. Thanks for the suggestion.