bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41615: [feature/native-comp] Dump prettier C code.


From: Nicolas Bértolo
Subject: bug#41615: [feature/native-comp] Dump prettier C code.
Date: Mon, 1 Jun 2020 09:25:18 -0300

I rewrote the "cast with functions" patch and added a few more patches.
- Implement cast to bool as !!x instead of (x & 0xFF).
- Throw an ICE when asked to perform sign extension. I didn't see any
  issues with this one. So for now it is not necessary to implement them.

Nico.

Attachment: 0003-Implement-casts-to-bool-using-double-negation-like-i.patch
Description: Binary data

Attachment: 0004-Throw-an-ICE-when-asked-to-emit-a-cast-with-sign-ext.patch
Description: Binary data

Attachment: 0001-Remove-unnecessary-DLL-load-of-gcc_jit_block_add_ass.patch
Description: Binary data

Attachment: 0002-Define-casts-using-functions.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]