all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Martin" <m.gercke@gmail.com>
Subject: displaying c- and assembler-code combined
Date: 4 Dec 2006 02:20:23 -0800	[thread overview]
Message-ID: <1165227622.985440.74570@n67g2000cwd.googlegroups.com> (raw)

Hi,

I was wondering if there is anybody that has been using emacs to
display c-code in one window and the generated assembler-code in a
second emacs-window?

I was thinking about using the ouput of "objdump --disassemble main.o"
to display my c-code main.c alongside the generated object-code. On top
I would like to calculate the object code size for each function and
display this too. This way I could see how efficient my coding is (in
terms of object code size) and would see which parts of my code
generate huge sized blocks.

Anybody thought about something like this or has already done it?

Thanks in advance

Martin

P.S.: I _do_ know that this does not work "on-the-fly" as the object
code first has to be generated. But if I want to review my code this is
not a problem since I am not longer writing code, but just reviewing
it.
If there was an emacs-module for this, I would anyway suggest it to
display a read-only buffer.

                 reply	other threads:[~2006-12-04 10:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1165227622.985440.74570@n67g2000cwd.googlegroups.com \
    --to=m.gercke@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.