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: Sat, 30 May 2020 12:08:07 -0300

I found two ways to improve the looks of the dumped code.

- Define static data using string literals of at most 200 bytes. This reduces
  the line count and lets us understand what the static object consists of.

- Define casts using functions. These functions should get always get inlined.

Thanks, Nico

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

Attachment: 0001-Define-static-data-using-string-literals.patch
Description: Binary data


reply via email to

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