edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Karl Dahlke <eklhad@comcast.net>
To: Edbrowse-dev@lists.the-brannons.com
Subject: [Edbrowse-dev]    V 3.5.4
Date: Wed, 13 May 2015 04:16:48 -0400	[thread overview]
Message-ID: <20150413041648.eklhad@comcast.net> (raw)
In-Reply-To: <20150513071739.GG2917@toaster.adamthompson.me.uk>

> Tbh, since this is in C,
> I was just going to use the already built edbrowse modules.

Do you plan to link stringfile.o and url.o into jseng-duk executable?
Sounds good, but I'm sure through external references you'll get
the whole damn thing in your lap, including main.o,
which you can't accommodate.
I'm sure we would need to do some rearranging of routines into sourcefiles,
differently than is done today.
Like the way I moved related functions into plugin.c recently.
I'm sure there's a C graphing tool out there showing functions calling
other functions that would confirm or deny this,
Or just try
cc stringfile.o url.o
and note the zillions of undefines, besides main as expected.

Second, there are a couple of routines that act a little differently in the two processes.
I don't remember which ones or how or why they act differently,
I only remember when I wrote jseng-moz.cpp that there were a couple instances like that.
Would it help if I looked through these functions side by side
and determined, and reported, which ones act differently?

Meantime I'd say just carry the 500 lines of code along in your new process,
and don't try to share any modules yet, unless and until we're pretty sure
we want to go down that path, and then it will be well worth
the effort to rearrange functions in sourcefiles and share modules.

Karl Dahlke

  reply	other threads:[~2015-05-13  8:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-10 23:37 Karl Dahlke
2015-05-11  0:37 ` chris
2015-05-11  0:54   ` Karl Dahlke
2015-05-11 22:41   ` Adam Thompson
2015-05-11 23:23     ` Karl Dahlke
2015-05-12  7:32       ` Adam Thompson
2015-05-12  9:15         ` Karl Dahlke
2015-05-13  7:17           ` Adam Thompson
2015-05-13  8:16             ` Karl Dahlke [this message]
2015-05-13 13:15             ` Karl Dahlke
2015-05-14  7:03               ` Adam Thompson
2015-05-12  8:07       ` chris

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=20150413041648.eklhad@comcast.net \
    --to=eklhad@comcast.net \
    --cc=Edbrowse-dev@lists.the-brannons.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).