From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22162 invoked by alias); 23 Jul 2007 09:59:15 -0000 Received: (qmail 22122 invoked by uid 48); 23 Jul 2007 09:59:05 -0000 Date: Mon, 23 Jul 2007 09:59:00 -0000 From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org Message-ID: <20070723095905.4827.mark@klomp.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4827] New: Merge MemorySpaceByteBuffer and AddressSpaceByteBuffer X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00149.txt.bz2 List-Id: frysk-core should use one method of accessing memory spaces. MemorySpaceByteBuffer is really just an optimization of AddressSpaceByteBuffer (in the case of AddressSpace.TEXT/DATA) and all code should go through the optimized path (StateLessFile) for accessing memory if the AddressSpace allows it. So I am going to merge the two (and fix up the places that currently use the slow path). LogicalMemoryByteBuffer should be implemented on top of this. -- Summary: Merge MemorySpaceByteBuffer and AddressSpaceByteBuffer Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: mark at klomp dot org BugsThisDependsOn: 4760 http://sourceware.org/bugzilla/show_bug.cgi?id=4827 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.