|
|
|
|
|
by cjubb39
4217 days ago
|
|
Yeah, looks like it's for function alignment padding. It's a pretty common thing at the end of functions to have the next function start on a specific boundary. (even if the first function doesn't fall into the other) I haven't tested, but I'd bet good money that 12 NOPs would be faster than a jmp. |
|
Smart toolchains will turn those 12 bytes into 2 multi-byte nops, e.g., a 9-byte one and a 3-byte one.