Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97444

Re: python and ARM memory types

Path csiph.com!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <voxner.dev@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'malloc': 0.09; 'replied': 0.09; 'threads.': 0.09; 'url:github': 0.09; 'thread': 0.10; 'python': 0.10; 'subject:python': 0.14; 'archives.': 0.16; 'subject:ARM': 0.16; 'wrote:': 0.16; 'memory': 0.17; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.24; 'sort': 0.25; 'figure': 0.27; 'message-id:@mail.gmail.com': 0.27; 'yesterday': 0.27; 'specifically': 0.28; 'directly,': 0.29; 'that.': 0.30; 'url:mailman': 0.30; 'code': 0.30; 'run': 0.33; 'url:python': 0.33; 'algorithms.': 0.33; 'rate.': 0.33; 'url:listinfo': 0.34; 'list': 0.34; 'received:google.com': 0.35; 'ones': 0.35; 'clear': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'seem': 0.37; 'mailing': 0.38; 'data': 0.39; 'url:mail': 0.40; 'where': 0.40; 'some': 0.40; 'different': 0.63; 'between': 0.65; 'intent': 0.66; 'reuse': 0.66; 'worth': 0.67; 'hoping': 0.77; 'distributes': 0.84; 'iterative': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YGzMfqIFxFiUJU78XBffElXJ6IVCt0fWQP2VNL0uQk4=; b=Nk8OxJUCWWb07oeKEHYZ4OyVIA/ODlYKuMAcqA6J5iqjPdAbo/AURYuwgAsfVj1WA6 Ogqm0ZLdgcYg3E+Mp+RfJ30exTyJSrYuU6TnpvbjrIgP0u8ZBw22u5euw77Pp6U+nbYS nE6xN241BiZFxDdf98vp+chrqSabXauxbmIDX3Hztl2OKRIY+3JH8Etw8aqPmMHTUDKl m7KvbNT44ZmgsFsZM1DwtcP+oVAM8DSwVz2Duwgl0zMTbTe4uJCZRhoHsJRnt/gVe+t+ 95v27AT5n2kL46MhkhoUKHp4o+D13jqdi8ZUF7LfolQhRTM2spE3J9qFo9CRdgl3olJO co1w==
MIME-Version 1.0
X-Received by 10.31.173.22 with SMTP id w22mr23813822vke.95.1444136289115; Tue, 06 Oct 2015 05:58:09 -0700 (PDT)
In-Reply-To <201510060938.t969cKri030566@fido.openend.se>
References <62e78153-8a84-4b78-8881-8a891df0d496@googlegroups.com> <mailman.377.1444028521.28679.python-list@python.org> <slrnn1742o.eij.grahn+nntp@frailea.sa.invalid> <201510060938.t969cKri030566@fido.openend.se>
Date Tue, 6 Oct 2015 18:28:09 +0530
Subject Re: python and ARM memory types
From voxner <voxner.dev@gmail.com>
To Laura Creighton <lac@openend.se>
Cc Jorgen Grahn <grahn+nntp@snipabacken.se>, python-list@python.org
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Tue, 06 Oct 2015 15:32:05 +0200
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.424.1444138326.28679.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1444138326 news.xs4all.nl 23725 [2001:888:2000:d::a6]:44610
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:97444

Show key headers only | View raw


The main intent to use python was because it was easier to code the
algorithms. Also I was hoping to reuse the parallel algorithms
specifically iterative ones where we have some sort of control thread
that distributes data between the threads.

Now I am planning to have 2 different set of kernel with malloc that
returns WB and WT memory respectively. Then run the parallel python
program on top of that.

On 6 October 2015 at 15:08, Laura Creighton <lac@openend.se> wrote:
> It is not clear to me if any of the tools that come with volutility are
> going to be of any use, but I figure it is worth a look, at any rate.
>
> https://github.com/volatilityfoundation/volatility
>
> I seem to have replied directly, at any rate I mentioned this yesterday
> but don't see it in the mailing list archives.
>
> Laura
>
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

python and ARM memory types voxner.dev@gmail.com - 2015-10-03 08:07 -0700
  Re: python and ARM memory types dieter <dieter@handshake.de> - 2015-10-05 09:01 +0200
    Re: python and ARM memory types Jorgen Grahn <grahn+nntp@snipabacken.se> - 2015-10-06 09:11 +0000
      Re: python and ARM memory types Laura Creighton <lac@openend.se> - 2015-10-06 11:38 +0200
      Re: python and ARM memory types voxner <voxner.dev@gmail.com> - 2015-10-06 18:28 +0530

csiph-web