Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [RFC PATCH 3/4] x86/asm: Make alternative macro interfaces mor ...

$
0
0
Linus Torvalds writes: (Summary) wrote:

[...]

It all depends on .config, e.g:
Oh, that would be lovely and solve all the issues.
Oh, that would be lovely and solve all the issues.
And looking at the code generation differences for one file (kernel/futex.c) and one single config (my default config), the thing that the global stack register seems to change is that it moves some code - particularly completely unrelated inline asm code - inside the region protected by frame pointers.
region protected by frame pointers.
There are a few register allocation changes too, but they didn't seem to make code worse, and I think they were just "incidental" from code movement.

Viewing all articles
Browse latest Browse all 1267

Trending Articles