All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjan at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH 1/2] Updates to support Android platform
Date: Mon, 17 Sep 2012 08:59:44 -0700	[thread overview]
Message-ID: <505748F0.6010708@linux.intel.com> (raw)
In-Reply-To: 20120917145442.GA2969@swordfish.minsk.epam.com

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]


> Hi,
> I don't have exp with android development.
> this is not the first time we have exception related patches in order to support android.
> I just wonder -- what's wrong with C++ in general (and exception handling in particular) 
> in android?

yeah this looks extremely fragile

+/* define stubs for C++ exception handling */
+#define try     	if (true)
+#define catch(x) 	if (false)
+

I mean.. this really is wrong.
Is C++ on Android really so broken that try/catch do not work ???

what else is terminal in the C++ implementation on android then?


             reply	other threads:[~2012-09-17 15:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-17 15:59 Arjan van de Ven [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-24 12:22 [Powertop] [PATCH 1/2] Updates to support Android platform Rajagopal Venkat
2012-09-18 13:26 Arjan van de Ven
2012-09-18  8:11 Sergey Senozhatsky
2012-09-18  5:58 Rajagopal Venkat
2012-09-18  5:53 Rajagopal Venkat
2012-09-18  5:43 Magnus Fromreide
2012-09-18  5:23 Magnus Fromreide
2012-09-18  4:24 Rajagopal Venkat
2012-09-18  3:50 Rajagopal Venkat
2012-09-17 16:28 Chris Ferron
2012-09-17 14:54 Sergey Senozhatsky
2012-09-17 14:34 Rajagopal Venkat

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=505748F0.6010708@linux.intel.com \
    --to=powertop@lists.01.org \
    /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 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.